summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>2001-03-18 14:06:25 +0000
committerGareth Hughes <gareth@valinux.com>2001-03-18 14:06:25 +0000
commit371ef9c058b0d59bfb62689b64af1b29a2214d9e (patch)
tree2094a9866754921432354032c28f1114ba243fe2 /src
parentad7ce7360968ef536bb20675844152c40b62084b (diff)
Add missing header file include.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/texstore.c3
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 */