isl: Include c99_compat.h

We need the restrict keyword in isl.h

Reviewed-by: Chad Versace <chad.versace@intel.com>
This commit is contained in:
Jason Ekstrand 2016-04-15 16:31:21 -07:00
parent ef5dca2034
commit 2785840586

View file

@ -41,6 +41,7 @@
#include <stdbool.h>
#include <stdint.h>
#include "c99_compat.h"
#include "util/macros.h"
#ifdef __cplusplus