diff options
Diffstat (limited to 'progs/demos/cubemap.c')
-rw-r--r-- | progs/demos/cubemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/cubemap.c b/progs/demos/cubemap.c index ee0336547bb..0a59b989835 100644 --- a/progs/demos/cubemap.c +++ b/progs/demos/cubemap.c @@ -40,7 +40,7 @@ #include <stdlib.h> #include <string.h> #include "GL/glut.h" -#include "../util/readtex.c" /* a hack */ +#include "readtex.h" static GLfloat Xrot = 0, Yrot = 0; |