]> 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 225f5cb9e7ae93637ed98796664699c9ea9eef89..0edadf4189b47f142ff4b6afb29f4f202a16511d 100755 (executable)
@@ -9,9 +9,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <limits.h>
+#include <string.h>            // memcpy()
 
 #include <GL/glut.h>
-#include <simgear/xgl.h>
+#include <simgear/xgl/xgl.h>
 
 #include "GLBitmaps.h"