http://ftp.x.org/contrib/applications/xscreensaver-3.25.tar.gz
[xscreensaver] / hacks / glx / extrusion-joinoffset.c
index 786d0c755c8e878a62fdada6b42f8f1eeef2af54..c48bad4a887bd881999760f2257d3aea17bf2449 100644 (file)
@@ -3,9 +3,17 @@
 /* this demo demonstrates the various join styles */
 
 /* required include files */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <GL/gl.h>
 #include <GL/glut.h>
+#ifdef HAVE_GLE3
+#include <GL/gle.h>
+#else
 #include <GL/tube.h>
+#endif
 
 /* ------------------------------------------------------- */