summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-02-20 17:49:14 +0000
committerEric Engestrom <eric@engestrom.ch>2019-02-26 12:03:20 +0000
commit318e550549dbd58ddc014bfe31830e8dcbb6ebb4 (patch)
tree16c67839c8803788c7c911ed15ff91b6f234020c /include
parent7f5d9c27579aec3eefe6a48eec5c3b25c1443439 (diff)
downloadmesa-318e550549dbd58ddc014bfe31830e8dcbb6ebb4.tar.gz
dri_interface: add missing #include
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/GL/internal/dri_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h
index 6d134e3a40f..26b4bb12908 100644
--- a/include/GL/internal/dri_interface.h
+++ b/include/GL/internal/dri_interface.h
@@ -48,6 +48,8 @@ typedef unsigned int drm_drawable_t;
typedef struct drm_clip_rect drm_clip_rect_t;
#endif
+#include <GL/gl.h>
+
#include <stdint.h>
/**