Revision: 71858
          http://sourceforge.net/p/brlcad/code/71858
Author:   starseeker
Date:     2018-09-26 20:24:40 +0000 (Wed, 26 Sep 2018)
Log Message:
-----------
guard io.h

Modified Paths:
--------------
    brlcad/trunk/src/other/libnetpbm/libpm.cxx

Modified: brlcad/trunk/src/other/libnetpbm/libpm.cxx
===================================================================
--- brlcad/trunk/src/other/libnetpbm/libpm.cxx  2018-09-26 20:16:13 UTC (rev 
71857)
+++ brlcad/trunk/src/other/libnetpbm/libpm.cxx  2018-09-26 20:24:40 UTC (rev 
71858)
@@ -63,9 +63,10 @@
 
 
 #include <string>
-#include <io.h>  
+#ifdef WIN32
+# include <io.h>
+#endif
 
-
 extern "C" {
 #include <stdio.h>
 #include <stdarg.h>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to