diff options
author | Brian Paul <[email protected]> | 2000-02-02 19:17:57 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-02 19:17:57 +0000 |
commit | ea39f042c378c234b573ceead4c5194020d949c4 (patch) | |
tree | f78c94e1f9b08ad9cff2bcdf309995da609f7271 /src/mesa/main/rastpos.c | |
parent | fa9df40e8a40824942ea8c6ec17c06c28bea1102 (diff) |
updated includes for source file reorg
Diffstat (limited to 'src/mesa/main/rastpos.c')
-rw-r--r-- | src/mesa/main/rastpos.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/rastpos.c b/src/mesa/main/rastpos.c index 160c9e3ed13..9d852bd59dc 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 |