]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/GLBitmaps.cxx
Added a touch of error checking to the screen dump routine, i.e. don't
[simgear.git] / simgear / screen / GLBitmaps.cxx
index eef3e7ad023d091fe5730676f7d7586f052983c6..0edadf4189b47f142ff4b6afb29f4f202a16511d 100755 (executable)
@@ -9,6 +9,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <limits.h>
+#include <string.h>            // memcpy()
 
 #include <GL/glut.h>
 #include <simgear/xgl/xgl.h>