glsl: add missing headers to blob.h

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
Timothy Arceri
2016-10-01 11:45:22 +10:00
parent ef3c5ac7fb
commit 024c207319

View File

@@ -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