summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/rastpos.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 19:17:57 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 19:17:57 +0000
commitea39f042c378c234b573ceead4c5194020d949c4 (patch)
treef78c94e1f9b08ad9cff2bcdf309995da609f7271 /src/mesa/main/rastpos.c
parentfa9df40e8a40824942ea8c6ec17c06c28bea1102 (diff)
downloadexternal_mesa3d-ea39f042c378c234b573ceead4c5194020d949c4.zip
external_mesa3d-ea39f042c378c234b573ceead4c5194020d949c4.tar.gz
external_mesa3d-ea39f042c378c234b573ceead4c5194020d949c4.tar.bz2
updated includes for source file reorg
Diffstat (limited to 'src/mesa/main/rastpos.c')
-rw-r--r--src/mesa/main/rastpos.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/rastpos.c b/src/mesa/main/rastpos.c
index 160c9e3..9d852bd 100644
--- a/src/mesa/main/rastpos.c
+++ b/src/mesa/main/rastpos.c
@@ -1,4 +1,4 @@
-/* $Id: rastpos.c,v 1.4 1999/11/11 01:22:27 brianp Exp $ */
+/* $Id: rastpos.c,v 1.5 2000/02/02 19:17:57 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -38,6 +38,7 @@
#include "mmath.h"
#include "rastpos.h"
#include "shade.h"
+#include "state.h"
#include "types.h"
#include "xform.h"
#endif