X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fextrusion.h;h=226a442890803357ca04376ed9061cdab7848a42;hp=8dcb062aa7fcc2272e09e42e113afa88289a1428;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hpb=ec8d2b32b63649e6d32bdfb306eda062769af823 diff --git a/hacks/glx/extrusion.h b/hacks/glx/extrusion.h index 8dcb062a..226a4428 100644 --- a/hacks/glx/extrusion.h +++ b/hacks/glx/extrusion.h @@ -22,8 +22,6 @@ #endif #ifdef HAVE_COCOA -# include -# include # include /* gle is included with GLUT on OSX */ #else /* !HAVE_COCOA */ # include @@ -35,6 +33,10 @@ # endif #endif /* !HAVE_COCOA */ +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + extern void InitStuff_helix2(void); extern void DrawStuff_helix2(void); extern void InitStuff_helix3(void);