summaryrefslogtreecommitdiff
path: root/devel/esdl/files/patch-c__src_esdl.h
blob: fb03d23ad30e2d00b07724d405aaf8d1c9bad49b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$FreeBSD$

--- c_src/esdl.h.orig	Mon Dec  9 23:10:14 2002
+++ c_src/esdl.h	Mon Dec  9 23:10:27 2002
@@ -17,7 +17,11 @@
 #include <windows.h>  /* needed by Windows' gl.h etc */
 #include <SDL.h>
 #else
+#ifdef __FreeBSD__
+#include <SDL.h>
+#else
 #include <SDL/SDL.h>
+#endif
 #endif