Module: Mesa Branch: master Commit: d956335a0b533351edb547c974c601e3529c2037 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d956335a0b533351edb547c974c601e3529c2037
Author: Matt Turner <[email protected]> Date: Sun Nov 22 15:28:25 2015 -0800 util: Include assert.h in macros.h. --- src/util/macros.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/macros.h b/src/util/macros.h index 84e4f18..5014b91 100644 --- a/src/util/macros.h +++ b/src/util/macros.h @@ -24,6 +24,8 @@ #ifndef UTIL_MACROS_H #define UTIL_MACROS_H +#include <assert.h> + /* Compute the size of an array */ #ifndef ARRAY_SIZE # define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
