X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fgllist.h;h=dacc89c48d1ee74477382365864a3b0b8a677d09;hp=077766f4567d1cdd970df46537fb6f892ca74854;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hpb=ec8d2b32b63649e6d32bdfb306eda062769af823 diff --git a/hacks/glx/gllist.h b/hacks/glx/gllist.h index 077766f4..dacc89c4 100644 --- a/hacks/glx/gllist.h +++ b/hacks/glx/gllist.h @@ -1,14 +1,20 @@ #ifndef __GLLIST_H__ #define __GLLIST_H__ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + #include -#ifdef HAVE_COCOA -# include -#else +#ifndef HAVE_COCOA # include #endif +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + struct gllist{ GLenum format; GLenum primitive;