projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f168ee
)
trace: Add missing header.
author
Vinson Lee
<vlee@vmware.com>
Thu, 13 May 2010 08:47:31 +0000
(
01:47
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 13 May 2010 08:47:31 +0000
(
01:47
-0700)
Fixes GCC implicit function declaration warning.
src/gallium/drivers/trace/tr_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/trace/tr_context.c
b/src/gallium/drivers/trace/tr_context.c
index 5b86083f5695b26a69f190243022639d21f7c8a0..066fa6b9ac9cc21c159f7c9ed027eaa3e906a627 100644
(file)
--- a/
src/gallium/drivers/trace/tr_context.c
+++ b/
src/gallium/drivers/trace/tr_context.c
@@
-34,6
+34,7
@@
#include "tr_dump.h"
#include "tr_dump_state.h"
+#include "tr_public.h"
#include "tr_screen.h"
#include "tr_texture.h"
#include "tr_context.h"