include readtex.h instead of readtex.c

This commit is contained in:
Brian Paul
2005-01-09 17:15:41 +00:00
parent 0fe7f406be
commit 575d24a5ff
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
#endif
#include <GL/glut.h>
#include "readtex.c"
#include "readtex.h"
#ifdef XMESA
#include "GL/xmesa.h"