X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fx11%2Ffg_structure_x11.c;h=7deba22b5997590251a811df574bc9e0cf370926;hb=2c12c9eb8d63cabac2d4113b4f54fdf53da8368c;hp=e1d5eb49d8cd345a42ffc0107500388df63876bb;hpb=b744f1401b990f642e96d4c65cc86eca5224efd1;p=freeglut diff --git a/src/x11/fg_structure_x11.c b/src/x11/fg_structure_x11.c index e1d5eb4..7deba22 100644 --- a/src/x11/fg_structure_x11.c +++ b/src/x11/fg_structure_x11.c @@ -1,5 +1,5 @@ /* - * freeglut_structure.c + * fg_structure.c * * Windows and menus need tree structure * @@ -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;