From: Brian Paul Date: Mon, 4 Aug 2014 19:34:54 +0000 (-0600) Subject: util: include c99_compat.h in hash_table.h to get 'inline' definition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04764f3bd9aded7f872d3fbd313f88ad41945cce;p=mesa.git util: include c99_compat.h in hash_table.h to get 'inline' definition Reviewed-by: Jason Ekstrand --- diff --git a/src/util/hash_table.h b/src/util/hash_table.h index 9b67f05bec6..d6b6ebf4069 100644 --- a/src/util/hash_table.h +++ b/src/util/hash_table.h @@ -31,6 +31,7 @@ #include #include #include +#include "c99_compat.h" #include "macros.h" #ifdef __cplusplus