dri_interface: add missing #include
authorEric Engestrom <eric.engestrom@intel.com>
Wed, 20 Feb 2019 17:49:14 +0000 (17:49 +0000)
committerEric Engestrom <eric@engestrom.ch>
Tue, 26 Feb 2019 12:03:20 +0000 (12:03 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
include/GL/internal/dri_interface.h

index 6d134e3..26b4bb1 100644 (file)
@@ -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>
 
 /**