diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-11-15 16:38:59 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-11-15 16:38:59 +0000 |
commit | 0a82c75eab24bb51448630894abc19a4c8bdfd87 (patch) | |
tree | 621f862036dafb5521136c5e0d56c554ebbba597 /src | |
parent | 24a32627d9a1b23323429b989bb5705a695fb4c1 (diff) |
added includes to silence warnings
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/light.c | 3 | ||||
-rw-r--r-- | src/mesa/main/state.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/light.c b/src/mesa/main/light.c index e5159253e6..1c4f6982d9 100644 --- a/src/mesa/main/light.c +++ b/src/mesa/main/light.c @@ -1,4 +1,4 @@ -/* $Id: light.c,v 1.24 2000/11/13 20:02:56 keithw Exp $ */ +/* $Id: light.c,v 1.25 2000/11/15 16:38:59 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -37,6 +37,7 @@ #include "matrix.h" #include "mem.h" #include "mmath.h" +#include "shade.h" #include "simple_list.h" #include "types.h" #include "vb.h" diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 7071c0ad6f..eb68bf70a5 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -1,4 +1,4 @@ -/* $Id: state.c,v 1.43 2000/11/13 20:02:56 keithw Exp $ */ +/* $Id: state.c,v 1.44 2000/11/15 16:38:59 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -84,6 +84,7 @@ #include "vbfill.h" #include "vbrender.h" #include "winpos.h" +#include "xform.h" #include "swrast/swrast.h" #endif |