summaryrefslogtreecommitdiff
path: root/src/dispatch_common.h
diff options
context:
space:
mode:
authorYaron Cohen-Tal <yaronct@gmail.com>2015-08-27 18:47:50 +0300
committerYaron Cohen-Tal <yaronct@gmail.com>2015-08-27 19:13:54 +0300
commitec2f42f01a95df0c524671ad7bf0ef1c55ecd63e (patch)
tree51e0a405a48d78dfc74e6f4da5f4615af6152eb7 /src/dispatch_common.h
parent62e384129b5b9243634ca4a71108c6f8699a24bd (diff)
downloadlibepoxy-ec2f42f01a95df0c524671ad7bf0ef1c55ecd63e.tar.gz
Add support for building static libs with CMake. Fix file permissions. Update documentation about building static libs and about using OpenGL ES / EGL.
Diffstat (limited to 'src/dispatch_common.h')
-rw-r--r--src/dispatch_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispatch_common.h b/src/dispatch_common.h
index 7ddbce1..262f34d 100644
--- a/src/dispatch_common.h
+++ b/src/dispatch_common.h
@@ -23,12 +23,12 @@
#include <stdbool.h>
+#include "epoxy/gl.h"
+
#if EPOXY_SUPPORT_WGL
#include "epoxy/wgl.h"
#endif
-#include "epoxy/gl.h"
-
#if EPOXY_SUPPORT_GLX
#include "epoxy/glx.h"
#endif