Add missing header file include.
authorGareth Hughes <gareth@valinux.com>
Sun, 18 Mar 2001 14:06:25 +0000 (14:06 +0000)
committerGareth Hughes <gareth@valinux.com>
Sun, 18 Mar 2001 14:06:25 +0000 (14:06 +0000)
src/mesa/main/texstore.c

index eae3f5c..2b0c61a 100644 (file)
@@ -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 */