isl: Include c99_compat.h
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 15 Apr 2016 23:31:21 +0000 (16:31 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 22 Apr 2016 03:44:27 +0000 (20:44 -0700)
We need the restrict keyword in isl.h

Reviewed-by: Chad Versace <chad.versace@intel.com>
src/intel/isl/isl.h

index 8f796b0..6683a08 100644 (file)
@@ -41,6 +41,7 @@
 #include <stdbool.h>
 #include <stdint.h>
 
+#include "c99_compat.h"
 #include "util/macros.h"
 
 #ifdef __cplusplus