mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
11 lines
288 B
C++
11 lines
288 B
C++
$NetBSD: patch-server_TLS__ImmOp.cpp,v 1.1 2011/11/26 17:13:30 joerg Exp $
|
|
|
|
--- server/TLS_ImmOp.cpp.orig 2011-11-26 03:22:12.000000000 +0000
|
|
+++ server/TLS_ImmOp.cpp
|
|
@@ -1,4 +1,4 @@
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <dlfcn.h>
|