Mesa (master): glsl: add missing headers to blob.h

Timothy Arceri tarceri at kemper.freedesktop.org
Sun Oct 2 02:48:15 UTC 2016


Module: Mesa
Branch: master
Commit: 024c20731905d81c966bb5169385109b59f119fb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=024c20731905d81c966bb5169385109b59f119fb

Author: Timothy Arceri <timothy.arceri at collabora.com>
Date:   Sat Oct  1 11:45:22 2016 +1000

glsl: add missing headers to blob.h

Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>

---

 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




More information about the mesa-commit mailing list