summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-12-12 13:00:01 -0800
committerEric Anholt <eric@anholt.net>2013-12-12 13:00:01 -0800
commit46e036419ca58f8ef268208c6633e7ac805262c5 (patch)
treea776c41bf80eb5e7d086f9c3b610b3c493504cfe /include
parent59edbacf7da0ad57645cbe856de053c7ccb4708a (diff)
downloadlibepoxy-46e036419ca58f8ef268208c6633e7ac805262c5.tar.gz
Include epoxy/gl.h from epoxy/glx.h.
This gives us consistency with GL/glx.h's include of GL/gl.h.
Diffstat (limited to 'include')
-rw-r--r--include/epoxy/glx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/epoxy/glx.h b/include/epoxy/glx.h
index 9deb99f..3e6e5d1 100644
--- a/include/epoxy/glx.h
+++ b/include/epoxy/glx.h
@@ -39,6 +39,7 @@
extern "C" {
#endif
+#include <epoxy/gl.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <stdbool.h>