summaryrefslogtreecommitdiff
path: root/src/mesa/main/vtxfmt.c
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>2001-03-12 01:06:44 +0000
committerGareth Hughes <gareth@valinux.com>2001-03-12 01:06:44 +0000
commit467037de2233e1512b1e2981e4092a5d9764a4ee (patch)
treec1958cd3b0eeb532dc3df64995acc97b49c11022 /src/mesa/main/vtxfmt.c
parent22144ab7552f0799bcfca506bf4ffa7f70a06649 (diff)
Add missing header file include.
Diffstat (limited to 'src/mesa/main/vtxfmt.c')
-rw-r--r--src/mesa/main/vtxfmt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c
index a9e7e67433..7e339da052 100644
--- 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"