dri_interface.h: add missing stdint.h include
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 22 Aug 2017 10:39:36 +0000 (11:39 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 26 Aug 2017 10:20:07 +0000 (11:20 +0100)
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>
include/GL/internal/dri_interface.h

index 0115fd7..1c91bde 100644 (file)
@@ -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
  *