From 371ef9c058b0d59bfb62689b64af1b29a2214d9e Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Sun, 18 Mar 2001 14:06:25 +0000 Subject: Add missing header file include. --- src/mesa/main/texstore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 */ -- cgit v1.2.3