X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fstonerview.h;h=0946923aafef2566f3953d376adfb7c639afe8ed;hp=4ba6aed7c96ad191d9d31fb5e25c5c5091448d95;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hpb=ec8d2b32b63649e6d32bdfb306eda062769af823 diff --git a/hacks/glx/stonerview.h b/hacks/glx/stonerview.h index 4ba6aed7..0946923a 100644 --- a/hacks/glx/stonerview.h +++ b/hacks/glx/stonerview.h @@ -13,12 +13,18 @@ #ifndef __STONERVIEW_H__ # define __STONERVIEW_H__ -#ifdef HAVE_COCOA -# include -#else +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + +#ifndef HAVE_COCOA # include #endif +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + typedef struct stonerview_state stonerview_state; #include "stonerview-osc.h"