diff options
author | Brian Paul <[email protected]> | 2016-02-08 10:52:02 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-02-08 10:52:02 -0700 |
commit | 01dacc83ff43a054513277e3e1296c3fc8cd750a (patch) | |
tree | f8e522b4b5cb06e483aca83c6b7a8a06f87166e9 /src/mesa/drivers/dri/common | |
parent | 59251610ed3a0239ec9b400e97e9b5598fe80f70 (diff) |
dri/common: include debug_output.h to silence warning
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r-- | src/mesa/drivers/dri/common/dri_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c index 5cfa2f8ca4f..a6545084e31 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" |