projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3c5ac
)
glsl: add missing headers to blob.h
author
Timothy Arceri
<timothy.arceri@collabora.com>
Sat, 1 Oct 2016 01:45:22 +0000
(11:45 +1000)
committer
Timothy Arceri
<timothy.arceri@collabora.com>
Sun, 2 Oct 2016 02:48:06 +0000
(13:48 +1100)
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/compiler/glsl/blob.h
patch
|
blob
|
history
diff --git
a/src/compiler/glsl/blob.h
b/src/compiler/glsl/blob.h
index ec903ec140fa8bbafbf00d4e9e4d9c814526d140..0765bf3ef18ece82dbf072d2b8a35fa743d458cd 100644
(file)
--- a/
src/compiler/glsl/blob.h
+++ b/
src/compiler/glsl/blob.h
@@
-29,6
+29,8
@@
extern "C" {
#endif
+#include <stdbool.h>
+#include <stddef.h>
#include <stdint.h>
/* The blob functions implement a simple, low-level API for serializing and