Module: Mesa Branch: master Commit: fafbf994cf6f4b6254226cdb0764cce7615f733d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fafbf994cf6f4b6254226cdb0764cce7615f733d
Author: Matt Turner <[email protected]> Date: Tue Nov 24 10:05:04 2015 -0800 util: Include <stdbool.h> in debug.h. --- src/util/debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/debug.h b/src/util/debug.h index 3555417..11a8561 100644 --- a/src/util/debug.h +++ b/src/util/debug.h @@ -25,6 +25,7 @@ #define _DEBUG_H #include <stdint.h> +#include <stdbool.h> #ifdef __cplusplus extern "C" { _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
