X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fbubble3d.h;h=70919c347a04503c6838ef8580dc699331fa9051;hp=3cdcef32f4d86933d31fde57a79a7ff143b4b02a;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hpb=ec8d2b32b63649e6d32bdfb306eda062769af823 diff --git a/hacks/glx/bubble3d.h b/hacks/glx/bubble3d.h index 3cdcef32..70919c34 100644 --- a/hacks/glx/bubble3d.h +++ b/hacks/glx/bubble3d.h @@ -3,6 +3,10 @@ #ifndef __bubbles3d_h__ #define __bubbles3d_h__ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + #ifdef STANDALONE # include # include "xlockmoreI.h" /* from the xscreensaver distribution */ @@ -10,14 +14,15 @@ # include "xlock.h" /* from the xlockmore distribution */ #endif /* !STANDALONE */ -#ifdef HAVE_COCOA -# include -# include -#else +#ifndef HAVE_COCOA # include # include #endif +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + /* Static configuration. */ #define GLB_SLOW_GL 0 /* Set this if you have a slow GL * implementation. If you have an accelerated