projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d3c48e
)
trace: Add missing p_compiler.h include.
author
Jose Fonseca
<jfonseca@vmware.com>
Fri, 12 Jun 2015 11:13:41 +0000
(12:13 +0100)
committer
Jose Fonseca
<jfonseca@vmware.com>
Fri, 12 Jun 2015 11:14:11 +0000
(12:14 +0100)
For boolean.
Trivial.
src/gallium/drivers/trace/tr_public.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/trace/tr_public.h
b/src/gallium/drivers/trace/tr_public.h
index aee4937dd4fe519d5656e55be983d91b575baa35..b03133f8d97f34b56c86a26d286275b637e5026e 100644
(file)
--- a/
src/gallium/drivers/trace/tr_public.h
+++ b/
src/gallium/drivers/trace/tr_public.h
@@
-28,6
+28,8
@@
#ifndef TR_PUBLIC_H
#define TR_PUBLIC_H
+#include "pipe/p_compiler.h"
+
#ifdef __cplusplus
extern "C" {
#endif