summaryrefslogtreecommitdiff
path: root/games/noegnud-littlehack/files/patch-noegnud__noegnud_glfuncs.h
blob: 147e9b0736e120663f72933b777bb68c4a17608a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;