]> git.mxchange.org Git - simgear.git/commitdiff
memcpy needs #include <string.h>
authorfredb <fredb>
Sun, 17 Dec 2006 17:52:15 +0000 (17:52 +0000)
committerfredb <fredb>
Sun, 17 Dec 2006 17:52:15 +0000 (17:52 +0000)
simgear/screen/jpgfactory.cxx

index 5c260a3f83fb8c100bb0baf63a7c15e541e00936..29eecab7f51bb8d0343eeb0b021876e1336d49fe 100644 (file)
@@ -30,7 +30,7 @@
 #endif
 
 #include "jpgfactory.hxx"
-   
+#include <string.h>   
 
 #ifdef __cplusplus
 extern "C" {