diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/texstore.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index eae3f5ce0f..2b0c61aa19 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 */ |