diff options
author | Jason Ekstrand <[email protected]> | 2016-04-15 16:31:21 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-21 20:44:27 -0700 |
commit | 27858405864f1e9be8b5e454767156f72476cfb4 (patch) | |
tree | a07b6fdc5011230a19d0b7ba8a513d5b0844922a /src/intel | |
parent | ef5dca2034b347eb676a973be0702e8796a59174 (diff) |
isl: Include c99_compat.h
We need the restrict keyword in isl.h
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/isl/isl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index 8f796b034f8..6683a0816f2 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 |