aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/snes9x/files/patch-3d.h
blob: 965e0c40b9853bc4b375fa95ad4c2c5899d6d673 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 3d.h.orig   Wed Aug 13 06:27:16 2003
+++ 3d.h    Fri Sep 12 00:05:49 2003
@@ -80,7 +80,7 @@
 #include <GL/gl.h>
 #include <GL/glu.h>
 
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
 #include <GL/glx.h>
 #endif