summaryrefslogtreecommitdiff
path: root/include/GL
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-08-22 11:39:36 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2017-08-26 11:20:07 +0100
commite3962653685fcf7b8a913d4f895b3d0af82fa5b4 (patch)
tree11103e0d0d248671aa178f79bf24e4822f948bc6 /include/GL
parent98030f92e8007fedde1e457438c3faa1e26cd3d4 (diff)
downloadmesa-e3962653685fcf7b8a913d4f895b3d0af82fa5b4.tar.gz
dri_interface.h: add missing stdint.h include
Required for uint32_t and friends. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'include/GL')
-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 0115fd79dc6..1c91bde9203 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 <stdint.h>
+
/**
* \name DRI interface structures
*