diff options
author | Eric Engestrom <[email protected]> | 2019-02-20 17:49:14 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-26 12:03:20 +0000 |
commit | 318e550549dbd58ddc014bfe31830e8dcbb6ebb4 (patch) | |
tree | 16c67839c8803788c7c911ed15ff91b6f234020c /include/GL | |
parent | 7f5d9c27579aec3eefe6a48eec5c3b25c1443439 (diff) |
dri_interface: add missing #include
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/internal/dri_interface.h | 2 |
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> /** |