X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fmarching.c;h=b3357dd6b4ce261a1774c41f884869c6f7a73985;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=ee5e81e245eb3b00d296d7854da7eee5dbce7349;hpb=2d04c4f22466851aedb6ed0f2919d148f726b889;p=xscreensaver diff --git a/hacks/glx/marching.c b/hacks/glx/marching.c index ee5e81e2..b3357dd6 100644 --- a/hacks/glx/marching.c +++ b/hacks/glx/marching.c @@ -13,11 +13,26 @@ * http://astronomy.swin.edu.au/~pbourke/modelling/polygonise/ */ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include -#include + +#ifndef HAVE_JWXYZ +# include +#endif + +#ifdef HAVE_ANDROID +# include +#endif + +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + #include "marching.h" #include "normals.h"