diff options
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index cb682c6ffc4..a0db2d3fc5b 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -1,4 +1,4 @@ -/* $Id: dlist.c,v 1.48 2000/10/27 18:31:21 brianp Exp $ */ +/* $Id: dlist.c,v 1.49 2000/10/28 20:41:13 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -36,6 +36,7 @@ #include "blend.h" #include "buffers.h" #include "clip.h" +#include "colormac.h" #include "colortab.h" #include "context.h" #include "convolve.h" |