X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=hacks%2Fglx%2Fmarching.c;h=afddac8d2b0c5a230a9d0d3b49b0f52953dbffdb;hb=3243731044b944673630b55e16674c191b026f84;hp=ee5e81e245eb3b00d296d7854da7eee5dbce7349;hpb=2d04c4f22466851aedb6ed0f2919d148f726b889;p=xscreensaver diff --git a/hacks/glx/marching.c b/hacks/glx/marching.c index ee5e81e2..afddac8d 100644 --- a/hacks/glx/marching.c +++ b/hacks/glx/marching.c @@ -13,11 +13,20 @@ * http://astronomy.swin.edu.au/~pbourke/modelling/polygonise/ */ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include -#include + +#ifdef HAVE_COCOA +# include +#else +# include +#endif + #include "marching.h" #include "normals.h"