blob: 7942370fe7f342c1792e6f15d2c4557dd770008f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ap,v 1.1 2003/12/09 19:41:26 ad Exp $
--- dptutil/flash.cpp.orig 2003-12-09 19:34:13.000000000 +0000
+++ dptutil/flash.cpp 2003-12-09 19:34:26.000000000 +0000
@@ -34,7 +34,7 @@
#include <fstream.h>
#if defined _DPT_WIN_NT
#include <strstrea.h>
-#else
+#elif __GNUC__ < 3
#include <strstream.h>
#endif
|