diff options
author | Brian Paul <[email protected]> | 2005-01-09 17:15:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-09 17:15:41 +0000 |
commit | 575d24a5ffb84b9122a3d3d85d138a7bbe06284b (patch) | |
tree | a976297f611e2ac2d31441a72dadc46933785fbc /progs/demos/teapot.c | |
parent | 0fe7f406be7ffa8e849d9097e00a4d6229c138bd (diff) |
include readtex.h instead of readtex.c
Diffstat (limited to 'progs/demos/teapot.c')
-rw-r--r-- | progs/demos/teapot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/teapot.c b/progs/demos/teapot.c index dd2eadf352f..67a64f99373 100644 --- a/progs/demos/teapot.c +++ b/progs/demos/teapot.c @@ -16,7 +16,7 @@ #endif #include <GL/glut.h> -#include "readtex.c" +#include "readtex.h" #ifdef XMESA #include "GL/xmesa.h" |