Module: Mesa Branch: master Commit: 04764f3bd9aded7f872d3fbd313f88ad41945cce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04764f3bd9aded7f872d3fbd313f88ad41945cce
Author: Brian Paul <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
