12345678910111213141516171819 |
- $OpenBSD: patch-cmn_intel_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
- --- cmn/intel.cpp.orig Wed Mar 19 09:49:22 2003
- +++ cmn/intel.cpp Fri Dec 7 14:25:40 2007
- @@ -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>
|