projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67ffbbb
)
r300g: Include missing header in r300_texture.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 27 Aug 2010 07:04:50 +0000
(
00:04
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 27 Aug 2010 07:04:50 +0000
(
00:04
-0700)
Include p_compiler.h for uint32_t and boolean symbols.
src/gallium/drivers/r300/r300_texture.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_texture.h
b/src/gallium/drivers/r300/r300_texture.h
index a4524320fdac7cdb6e9b445abaa842be6ad7a254..5a371a54a84ab2809a6ff805b12d18b9c930b85c 100644
(file)
--- a/
src/gallium/drivers/r300/r300_texture.h
+++ b/
src/gallium/drivers/r300/r300_texture.h
@@
-23,6
+23,7
@@
#ifndef R300_TEXTURE_H
#define R300_TEXTURE_H
+#include "pipe/p_compiler.h"
#include "pipe/p_format.h"
struct pipe_screen;