mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +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
1e0ac0e134
commit
b98d3c7d1d
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…
Add table
Add a link
Reference in a new issue