projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5925161
)
dri/common: include debug_output.h to silence warning
author
Brian Paul
<brianp@vmware.com>
Mon, 8 Feb 2016 17:52:02 +0000
(10:52 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 8 Feb 2016 17:52:02 +0000
(10:52 -0700)
src/mesa/drivers/dri/common/dri_util.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/dri_util.c
b/src/mesa/drivers/dri/common/dri_util.c
index
5cfa2f8
..
a654508
100644
(file)
--- 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"