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 8d8a629474c10b14fc580e24a68e8909a918e3be..dd40544d49057621607f85531c0f8e4ec4d71746 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"