mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
20 lines
416 B
Plaintext
20 lines
416 B
Plaintext
$NetBSD: patch-an,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
|
|
|
|
--- cmn/intel.cpp.orig 2003-11-27 15:17:02.000000000 -0800
|
|
+++ cmn/intel.cpp 2003-11-27 15:18:12.000000000 -0800
|
|
@@ -31,11 +31,10 @@
|
|
|
|
// Include Files
|
|
#include "stdafx.h"
|
|
-extern "C" {
|
|
- #include <string.h>
|
|
-}
|
|
+#include <cstring>
|
|
#if X11
|
|
-#include <strstream.h>
|
|
+#include <strstream>
|
|
+using namespace std;
|
|
#endif
|
|
#if WIN32
|
|
#include <strstrea.h>
|