include texobj.h to silence warning
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 25 Aug 2006 22:08:43 +0000 (22:08 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 25 Aug 2006 22:08:43 +0000 (22:08 +0000)
src/mesa/drivers/dri/tdfx/tdfx_context.c

index 8d8a629..dd40544 100644 (file)
@@ -50,6 +50,7 @@
 #include "tdfx_texman.h"
 #include "extensions.h"
 #include "hash.h"
+#include "texobj.h"
 
 #include "swrast/swrast.h"
 #include "swrast_setup/swrast_setup.h"