X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fextrusion-taper.c;h=234853ee064bf31ba9479fd7298fe517950dceae;hb=93f25dc6827112d98b8b855ea85c8f5eb8123086;hp=8cf51cae5ae016dc44b7a391117e08daa55d2625;hpb=0316d74da7982288abddd34e7a62698eb7f79965;p=xscreensaver diff --git a/hacks/glx/extrusion-taper.c b/hacks/glx/extrusion-taper.c index 8cf51cae..234853ee 100644 --- a/hacks/glx/extrusion-taper.c +++ b/hacks/glx/extrusion-taper.c @@ -12,11 +12,19 @@ */ /* required include files */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include #include +#ifdef HAVE_GLE3 +#include +#else #include +#endif #ifndef NULL #define NULL ((void *) 0x0)