From 04764f3bd9aded7f872d3fbd313f88ad41945cce Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 4 Aug 2014 13:34:54 -0600 Subject: [PATCH] util: include c99_compat.h in hash_table.h to get 'inline' definition Reviewed-by: Jason Ekstrand --- src/util/hash_table.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2