projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22144ab
)
Add missing header file include.
author
Gareth Hughes
<gareth@valinux.com>
Mon, 12 Mar 2001 01:06:44 +0000
(
01:06
+0000)
committer
Gareth Hughes
<gareth@valinux.com>
Mon, 12 Mar 2001 01:06:44 +0000
(
01:06
+0000)
src/mesa/main/vtxfmt.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/vtxfmt.c
b/src/mesa/main/vtxfmt.c
index a9e7e67433cfaa19a1a819d5025536feaee10099..7e339da05242de021de634bc2bd8e56935e3a54d 100644
(file)
--- a/
src/mesa/main/vtxfmt.c
+++ b/
src/mesa/main/vtxfmt.c
@@
-1,4
+1,4
@@
-/* $Id: vtxfmt.c,v 1.
5 2001/03/12 00:48:39
gareth Exp $ */
+/* $Id: vtxfmt.c,v 1.
6 2001/03/12 01:06:44
gareth Exp $ */
/*
* Mesa 3-D graphics library
@@
-32,6
+32,7
@@
#include "api_loopback.h"
#include "context.h"
#include "mtypes.h"
+#include "state.h"
#include "vtxfmt.h"