util: include c99_compat.h in hash_table.h to get 'inline' definition
authorBrian Paul <brianp@vmware.com>
Mon, 4 Aug 2014 19:34:54 +0000 (13:34 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 4 Aug 2014 20:06:13 +0000 (14:06 -0600)
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/util/hash_table.h

index 9b67f05bec694ee9e645fa411d923a23b6ced3d5..d6b6ebf4069858a0d529ab80f1af3c4b2e882b50 100644 (file)
@@ -31,6 +31,7 @@
 #include <stdlib.h>
 #include <inttypes.h>
 #include <stdbool.h>
+#include "c99_compat.h"
 #include "macros.h"
 
 #ifdef __cplusplus