From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / glx / involute.c
index 5ad8a95fa24d6ab0db90c9b5595103ebfffe8465..5b49bf0cbb0227343d712de909778f2b15e43a1f 100644 (file)
 
 #include "screenhackI.h"
 
-#ifndef HAVE_COCOA
+#ifndef HAVE_JWXYZ
 # include <GL/glx.h>
 # include <GL/glu.h>
-#endif /* !HAVE_COCOA */
+#endif
+
+#ifdef HAVE_ANDROID
+# include <GLES/gl.h>
+#endif
 
 #ifdef HAVE_JWZGLES
 # include "jwzgles.h"