projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad7ce73
)
Add missing header file include.
author
Gareth Hughes
<gareth@valinux.com>
Sun, 18 Mar 2001 14:06:25 +0000
(14:06 +0000)
committer
Gareth Hughes
<gareth@valinux.com>
Sun, 18 Mar 2001 14:06:25 +0000
(14:06 +0000)
src/mesa/main/texstore.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texstore.c
b/src/mesa/main/texstore.c
index eae3f5ce0f81895a89a61eeb78fd5b5b24c086cd..2b0c61aa19203061f117c205ee62757be0dfbac1 100644
(file)
--- a/
src/mesa/main/texstore.c
+++ b/
src/mesa/main/texstore.c
@@
-1,4
+1,4
@@
-/* $Id: texstore.c,v 1.1
4 2001/03/18 14:05:32
gareth Exp $ */
+/* $Id: texstore.c,v 1.1
5 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 */