r300g: Include missing header in r300_texture.h.
authorVinson Lee <vlee@vmware.com>
Fri, 27 Aug 2010 07:04:50 +0000 (00:04 -0700)
committerVinson 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

index a4524320fdac7cdb6e9b445abaa842be6ad7a254..5a371a54a84ab2809a6ff805b12d18b9c930b85c 100644 (file)
@@ -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;