patch-cmn_intel_cpp 415 B

12345678910111213141516171819
  1. $OpenBSD: patch-cmn_intel_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
  2. --- cmn/intel.cpp.orig Wed Mar 19 09:49:22 2003
  3. +++ cmn/intel.cpp Fri Dec 7 14:25:40 2007
  4. @@ -31,11 +31,10 @@
  5. // Include Files
  6. #include "stdafx.h"
  7. -extern "C" {
  8. - #include <string.h>
  9. -}
  10. +#include <cstring>
  11. #if X11
  12. -#include <strstream.h>
  13. +#include <strstream>
  14. +using namespace std;
  15. #endif
  16. #if WIN32
  17. #include <strstrea.h>