free display lists and destroy window upon exit
[mesa.git] / progs / demos / drawpix.c
index faa98ee2fbf529eee3ba55b8960afbf9881f397c..82d32b0705c29b8a1204c81f7fe4d4bd06704ad9 100644 (file)
@@ -8,9 +8,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
+#include <string.h>
 #include <GL/glut.h>
 
-#include "readtex.c"
+#include "readtex.h"
 
 #define IMAGE_FILE "../images/girl.rgb"