X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fbuildlwo.h;h=4b9008186f0b8d3a276a9e8b1adb5c78befebeea;hp=89c93e342c4daf044c0b5863b79303a2970d8764;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hpb=ec8d2b32b63649e6d32bdfb306eda062769af823 diff --git a/hacks/glx/buildlwo.h b/hacks/glx/buildlwo.h index 89c93e34..4b900818 100644 --- a/hacks/glx/buildlwo.h +++ b/hacks/glx/buildlwo.h @@ -9,14 +9,20 @@ #ifndef __BUILD_LWO_H__ #define __BUILD_LWO_H__ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + #ifdef STANDALONE -# ifdef HAVE_COCOA -# include -# else +# ifndef HAVE_COCOA # include # endif #endif +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + struct lwo { int num_pnts; const GLfloat *pnts;