X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fextrusion-twistoid.c;h=4f388d01136cf8c61485a964ed0f901bb981bcb2;hb=93f25dc6827112d98b8b855ea85c8f5eb8123086;hp=2de65370f060d1433fddc3d21199bcfc43de9520;hpb=c596d1306f5f92f7eab76224d3b049980a14adcb;p=xscreensaver diff --git a/hacks/glx/extrusion-twistoid.c b/hacks/glx/extrusion-twistoid.c index 2de65370..4f388d01 100644 --- a/hacks/glx/extrusion-twistoid.c +++ b/hacks/glx/extrusion-twistoid.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 /* Some files do not define M_PI... */ #ifndef M_PI