Mesa (master): util: include c99_compat.h in hash_table.h to get 'inline' definition

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 4 20:06:07 UTC 2014


Module: Mesa
Branch: master
Commit: 04764f3bd9aded7f872d3fbd313f88ad41945cce
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=04764f3bd9aded7f872d3fbd313f88ad41945cce

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Aug  4 13:34:54 2014 -0600

util: include c99_compat.h in hash_table.h to get 'inline' definition

Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>

---

 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 9b67f05..d6b6ebf 100644
--- 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




More information about the mesa-commit mailing list