]> Dogcows Code - chaz/openbox/commitdiff
gl.h shouldn't be required when not enabling gl
authorDerek Foreman <manmower@gmail.com>
Sun, 25 May 2003 18:36:19 +0000 (18:36 +0000)
committerDerek Foreman <manmower@gmail.com>
Sun, 25 May 2003 18:36:19 +0000 (18:36 +0000)
render/gradient.c

index 6b22c6ba412d7a387ade36b5df05fa18eef5edea..31d4c73034eb65a230b72fae283ee3e676e9d670 100644 (file)
@@ -1,4 +1,6 @@
+#ifdef USE_GL
 #include <GL/gl.h>
+#endif /* USE_GL */
 #include <glib.h>
 #include "render.h"
 #include "gradient.h"
This page took 0.026772 seconds and 4 git commands to generate.