projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b035869
)
util: include c99_compat.h in hash_table.h to get 'inline' definition
author
Brian Paul
<brianp@vmware.com>
Mon, 4 Aug 2014 19:34:54 +0000
(13:34 -0600)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/util/hash_table.h
b/src/util/hash_table.h
index 9b67f05bec694ee9e645fa411d923a23b6ced3d5..d6b6ebf4069858a0d529ab80f1af3c4b2e882b50 100644
(file)
--- a/
src/util/hash_table.h
+++ b/
src/util/hash_table.h
@@
-31,6
+31,7
@@
#include <stdlib.h>
#include <inttypes.h>
#include <stdbool.h>
+#include "c99_compat.h"
#include "macros.h"
#ifdef __cplusplus