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 | |
parent | 572f1f00e9266d83cca33d40ae51a7123f20bcfc (diff) |
bugger (bis)
-rw-r--r-- | lib/gltexture.cc | 1 | ||||
-rw-r--r-- | src/test.cc | 1 |
2 files changed, 2 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> diff --git a/src/test.cc b/src/test.cc index 3b9f3b6..32861ca 100644 --- a/src/test.cc +++ b/src/test.cc @@ -1,3 +1,4 @@ +#include <sys/types.h> #include <SDL.h> #include <generic.h> #include <Main.h> |