diff options
author | pixel <pixel> | 2002-12-23 21:57:56 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-23 21:57:56 +0000 |
commit | 80e2d2b543b6cf3f483e405b2bf3d620ccd13985 (patch) | |
tree | f85b615792fd9ef9ce4300597026346a32f17649 /lib | |
parent | 572f1f00e9266d83cca33d40ae51a7123f20bcfc (diff) |
bugger (bis)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gltexture.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gltexture.cc b/lib/gltexture.cc index 564ffad..3b1ee78 100644 --- a/lib/gltexture.cc +++ b/lib/gltexture.cc @@ -1,3 +1,4 @@ +#include <sys/types.h> #include <GL/gl.h> #include <GL/glu.h> #include <SDL.h> |