projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef5dca2
)
isl: Include c99_compat.h
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 15 Apr 2016 23:31:21 +0000
(16:31 -0700)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/src/intel/isl/isl.h
b/src/intel/isl/isl.h
index 8f796b034f8d9fa06e75d7e65dd5bf4dace802ef..6683a0816f2a930341114925a42304252928be80 100644
(file)
--- 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