From: Brian Paul Date: Fri, 25 Aug 2006 22:08:43 +0000 (+0000) Subject: include texobj.h to silence warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6827cf4d9afd92772d2a3fed27d5da15f406cd9d;p=mesa.git include texobj.h to silence warning --- diff --git a/src/mesa/drivers/dri/tdfx/tdfx_context.c b/src/mesa/drivers/dri/tdfx/tdfx_context.c index 8d8a629474c..dd40544d490 100644 --- a/src/mesa/drivers/dri/tdfx/tdfx_context.c +++ b/src/mesa/drivers/dri/tdfx/tdfx_context.c @@ -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"