X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fglut_stroke.c;h=455e3db0dd4da49a4957f646fd3fc34b67d66149;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hp=b7a783d1a705fe53f9b46e9ce80b63c8214e9e4a;hpb=ffd8c0873576a9e3065696a624dce6b766b77062;p=xscreensaver diff --git a/hacks/glx/glut_stroke.c b/hacks/glx/glut_stroke.c index b7a783d1..455e3db0 100644 --- a/hacks/glx/glut_stroke.c +++ b/hacks/glx/glut_stroke.c @@ -8,8 +8,15 @@ #if 0 /* for Mesa */ # include "glutint.h" #else /* for xscreensaver */ -# include "config.h" -# include +# ifdef HAVE_CONFIG_H +# include "config.h" +# endif +# ifndef HAVE_COCOA +# include +# endif +# ifdef HAVE_JWZGLES +# include "jwzgles.h" +# endif /* HAVE_JWZGLES */ # undef APIENTRY # define APIENTRY /**/ #endif