X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fextrusion-screw.c;h=112eaca7217ec0f3f65a30ff92c770138ffae736;hb=ebc241816cc8e3eec7270a594bb1a607df32bcd6;hp=16f12b1286cacdd7b9ec2296d9b255209d420109;hpb=c596d1306f5f92f7eab76224d3b049980a14adcb;p=xscreensaver diff --git a/hacks/glx/extrusion-screw.c b/hacks/glx/extrusion-screw.c index 16f12b12..112eaca7 100644 --- a/hacks/glx/extrusion-screw.c +++ b/hacks/glx/extrusion-screw.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)