X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fx11%2Ffg_structure_x11.c;h=3e223507819f2ec36251195619399d0f1312052f;hb=55b33225784fde2baa271c1351427afedd8068ec;hp=e1d5eb49d8cd345a42ffc0107500388df63876bb;hpb=b744f1401b990f642e96d4c65cc86eca5224efd1;p=freeglut diff --git a/src/x11/fg_structure_x11.c b/src/x11/fg_structure_x11.c index e1d5eb4..3e22350 100644 --- a/src/x11/fg_structure_x11.c +++ b/src/x11/fg_structure_x11.c @@ -27,7 +27,10 @@ */ #include -#include "../fg_internal.h" +#include "fg_internal.h" +#ifdef EGL_VERSION_1_0 +#include "egl/fg_structure_egl.h" +#endif extern SFG_Structure fgStructure;