X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fbuildlwo.h;h=b7fbbd9471051c2417d64b50b222f012fafbf822;hb=refs%2Fheads%2Fmaster2;hp=89c93e342c4daf044c0b5863b79303a2970d8764;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/glx/buildlwo.h b/hacks/glx/buildlwo.h index 89c93e34..b7fbbd94 100644 --- a/hacks/glx/buildlwo.h +++ b/hacks/glx/buildlwo.h @@ -9,14 +9,25 @@ #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_JWXYZ # include # endif #endif +#ifdef HAVE_ANDROID +# include +#endif + + +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + struct lwo { int num_pnts; const GLfloat *pnts;