Module: Mesa Branch: master Commit: 01dacc83ff43a054513277e3e1296c3fc8cd750a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01dacc83ff43a054513277e3e1296c3fc8cd750a
Author: Brian Paul <[email protected]> Date: Mon Feb 8 10:52:02 2016 -0700 dri/common: include debug_output.h to silence warning --- src/mesa/drivers/dri/common/dri_util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c index 5cfa2f8..a654508 100644 --- a/src/mesa/drivers/dri/common/dri_util.c +++ b/src/mesa/drivers/dri/common/dri_util.c @@ -46,6 +46,7 @@ #include "main/mtypes.h" #include "main/framebuffer.h" #include "main/version.h" +#include "main/debug_output.h" #include "main/errors.h" #include "main/macros.h" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
