]> git.mxchange.org Git - simgear.git/blobdiff - Math/MAT3mat.c
Tweak for SGI portability.
[simgear.git] / Math / MAT3mat.c
index 6eb74cb1cab30d81348406a912378643f5f482d5..9a1e7c9911641fa46baa2cf29e4097a5490e369d 100644 (file)
@@ -11,7 +11,9 @@
 #endif
 
 #ifdef WIN32
-#  include <memory.h>      /* required for memset() and memcpy() */
+#  ifndef HAVE_STL_SGI_PORT
+#    include <memory.h>      /* required for memset() and memcpy() */
+#  endif
 #endif
 
 #include <string.h>