mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
17 lines
289 B
C
17 lines
289 B
C
|
|
$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
|
|
|
|
|