mesa: include teximage.h to silence warning
authorBrian Paul <brianp@vmware.com>
Tue, 11 Jan 2011 16:37:35 +0000 (09:37 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 11 Jan 2011 16:37:35 +0000 (09:37 -0700)
src/mesa/main/texrender.c

index e7cb18a87a6734c8c7caf638c47e5a8d136b4ea0..d4def2e0fbe5b9edec53d1f94c9cf39a8a675fce 100644 (file)
@@ -3,6 +3,7 @@
 #include "colormac.h"
 #include "macros.h"
 #include "texfetch.h"
+#include "teximage.h"
 #include "texrender.h"
 #include "renderbuffer.h"