From: Gareth Hughes Date: Sun, 18 Mar 2001 14:06:25 +0000 (+0000) Subject: Add missing header file include. X-Git-Tag: 062012170305~27356 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=371ef9c058b0d59bfb62689b64af1b29a2214d9e;p=profile%2Fivi%2Fmesa.git Add missing header file include. --- diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index eae3f5c..2b0c61a 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -1,4 +1,4 @@ -/* $Id: texstore.c,v 1.14 2001/03/18 14:05:32 gareth Exp $ */ +/* $Id: texstore.c,v 1.15 2001/03/18 14:06:25 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -44,6 +44,7 @@ #include "image.h" #include "macros.h" #include "mem.h" +#include "texformat.h" #include "teximage.h" #include "texstore.h" #include "swrast/s_depth.h" /* XXX this is kind of a cheat */