Update of /cvsroot/plib/plib/src/ssg
In directory usw-pr-cvs1:/tmp/cvs-serv6812
Modified Files:
ssgLoaderWriterStuff.cxx
Log Message:
Changes from Norman Vine for MingW
Index: ssgLoaderWriterStuff.cxx
===================================================================
RCS file: /cvsroot/plib/plib/src/ssg/ssgLoaderWriterStuff.cxx,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- ssgLoaderWriterStuff.cxx 22 Jul 2002 14:43:03 -0000 1.25
+++ ssgLoaderWriterStuff.cxx 1 Sep 2002 16:26:25 -0000 1.26
@@ -44,6 +44,10 @@
#include <malloc.h>
#endif
+#if defined(__MINGW32__)
+#include <libiberty.h>
+#endif
+
#undef ABS
#undef MIN
#undef MAX
|