$NetBSD: patch-ae,v 1.4 2005/02/25 18:31:43 drochner Exp $ --- drvsk.cpp.orig 2001-11-03 21:18:20.000000000 +0100 +++ drvsk.cpp @@ -61,8 +61,8 @@ PERFORMANCE OF THIS SOFTWARE. #include #include #include -#if (defined(unix) || defined(__unix__) || defined(_unix) || defined(__unix) || defined(__EMX__) || defined (NetBSD) ) && !defined(DJGPP) -#include +#if (defined(unix) || defined(__unix__) || defined(_unix) || defined(__unix) || defined(__EMX__) || defined (__NetBSD__) ) && !defined(DJGPP) +#include #else #include #endif @@ -377,7 +377,7 @@ void drvSK::show_image(const Image & ima return; } - ostrstream ppm; + std::ostrstream ppm; switch (imageinfo.type) { case colorimage: