mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Added #ifdef around include of XGOpenGL.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@15040 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e6cb3bc3c8
commit
7b260f5c88
1 changed files with 2 additions and 0 deletions
|
@ -47,7 +47,9 @@
|
|||
|
||||
#include "x11/XGServer.h"
|
||||
#include "x11/XGInputServer.h"
|
||||
#ifdef HAVE_GLX
|
||||
#include "x11/XGOpenGL.h"
|
||||
#endif
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
|
Loading…
Reference in a new issue