diff options
Diffstat (limited to 'games/noegnud-nethack-deet/files/patch-noegnud::noegnud_glfuncs.h')
-rw-r--r-- | games/noegnud-nethack-deet/files/patch-noegnud::noegnud_glfuncs.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/noegnud-nethack-deet/files/patch-noegnud::noegnud_glfuncs.h b/games/noegnud-nethack-deet/files/patch-noegnud::noegnud_glfuncs.h new file mode 100644 index 000000000000..147e9b0736e1 --- /dev/null +++ b/games/noegnud-nethack-deet/files/patch-noegnud::noegnud_glfuncs.h @@ -0,0 +1,13 @@ +--- noegnud/noegnud_glfuncs.h.orig Wed Apr 7 13:46:11 2004 ++++ noegnud/noegnud_glfuncs.h Wed Apr 7 13:46:27 2004 +@@ -2,8 +2,8 @@ + #define _GLFUNCS_H_ + + #include <GL/gl.h> +-#include <SDL/SDL.h> +-#include <SDL/SDL_image.h> ++#include <SDL.h> ++#include <SDL_image.h> + + typedef struct { + int width,height; |