Mesa (master): isl: Include c99_compat.h

Jason Ekstrand jekstrand at kemper.freedesktop.org
Fri Apr 22 03:45:38 UTC 2016


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

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Fri Apr 15 16:31:21 2016 -0700

isl: Include c99_compat.h

We need the restrict keyword in isl.h

Reviewed-by: Chad Versace <chad.versace at intel.com>

---

 src/intel/isl/isl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h
index 8f796b0..6683a08 100644
--- a/src/intel/isl/isl.h
+++ b/src/intel/isl/isl.h
@@ -41,6 +41,7 @@
 #include <stdbool.h>
 #include <stdint.h>
 
+#include "c99_compat.h"
 #include "util/macros.h"
 
 #ifdef __cplusplus




More information about the mesa-commit mailing list