X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fx11%2Ffg_state_x11.c;fp=src%2Fx11%2Ffg_state_x11.c;h=cb551099230cd3f17196b5e0accb05aa169cbd80;hb=0e653a9d94fec583f7a4172b721c1c599e06cbc8;hp=976531978c102440305fe7c6dd200d93f69e8050;hpb=607e80088877e0cf4557cbc0e1fa4506c562f866;p=freeglut diff --git a/src/x11/fg_state_x11.c b/src/x11/fg_state_x11.c index 9765319..cb55109 100644 --- a/src/x11/fg_state_x11.c +++ b/src/x11/fg_state_x11.c @@ -26,7 +26,10 @@ */ #include -#include "../fg_internal.h" +#include "fg_internal.h" +#ifdef EGL_VERSION_1_0 +#include "egl/fg_state_egl.h" +#endif int fgPlatformGlutDeviceGet ( GLenum eWhat ) {