[Mesa-dev] [PATCH] glsl: add missing headers to blob.h
Timothy Arceri
timothy.arceri at collabora.com
Sat Oct 1 01:45:22 UTC 2016
---
src/compiler/glsl/blob.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/compiler/glsl/blob.h b/src/compiler/glsl/blob.h
index ec903ec..0765bf3 100644
--- 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
--
2.7.4
More information about the mesa-dev
mailing list