diff options
Diffstat (limited to 'src/native/ogl/NativeWSInfo.c')
-rw-r--r-- | src/native/ogl/NativeWSInfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/ogl/NativeWSInfo.c b/src/native/ogl/NativeWSInfo.c index 46f1f56..de971d0 100644 --- a/src/native/ogl/NativeWSInfo.c +++ b/src/native/ogl/NativeWSInfo.c @@ -21,7 +21,7 @@ #include "gldefs.h" -#if defined(SOLARIS) || defined(__linux__) +#if defined(UNIX) #include <X11/X.h> #include <X11/Xlib.h> #include <X11/Xutil.h> |