Fix warnings on FreeBSD
[oweals/cde.git] / cde / programs / ttsnoop / messageProps_stubs.C.src
index 7baf32e71d5001daf6d8c9535306ebae1f089862..e759859cdb7c9384ce41de7d837e479853dd4bfd 100644 (file)
@@ -41,7 +41,7 @@
  *** Add include files, types, macros, externs, and user functions here.
  ***/
 
-#if defined(linux) || defined(CSRG_BASED) || defined(sun)
+#if defined(__linux__) || defined(CSRG_BASED) || defined(sun)
 #include <strstream>
 #else
 #include <strstream.h>