aboutsummaryrefslogtreecommitdiffstats
path: root/games/foobillard/files/patch-sys_stuff.c
blob: 99451373025405ce6baace4b93a6879a4707f9f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/sys_stuff.c.orig    2008-05-27 21:00:17.000000000 +1000
+++ src/sys_stuff.c 2008-05-27 21:00:25.000000000 +1000
@@ -7,8 +7,8 @@
 #ifndef USE_SDL
 #include <GL/glut.h>
 #else
-#include <SDL/SDL.h>
-#include <SDL/SDL_syswm.h>
+#include <SDL.h>
+#include <SDL_syswm.h>
 #include <GL/gl.h>
 #include <GL/glu.h>
 #endif