projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98030f9
)
dri_interface.h: add missing stdint.h include
author
Emil Velikov
<emil.velikov@collabora.com>
Tue, 22 Aug 2017 10:39:36 +0000
(11:39 +0100)
committer
Emil 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
patch
|
blob
|
history
diff --git
a/include/GL/internal/dri_interface.h
b/include/GL/internal/dri_interface.h
index 0115fd79dc6772d384417bdbbdbd914e3d1a6445..1c91bde9203c302e23a4c4d46f283c6f9d3dd645 100644
(file)
--- 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
*