From ba41b8afb1b40b967cf5c0e604bbf09793eb8fee Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 10 Nov 2000 17:45:15 +0000 Subject: minor changes to silence compiler warnings --- src/mesa/main/colortab.c | 3 ++- src/mesa/main/convolve.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mesa/main') diff --git a/src/mesa/main/colortab.c b/src/mesa/main/colortab.c index 18f50766c6..64ba6670d7 100644 --- a/src/mesa/main/colortab.c +++ b/src/mesa/main/colortab.c @@ -1,4 +1,4 @@ -/* $Id: colortab.c,v 1.25 2000/10/31 18:09:44 keithw Exp $ */ +/* $Id: colortab.c,v 1.26 2000/11/10 17:45:15 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -35,6 +35,7 @@ #include "macros.h" #include "mem.h" #include "mmath.h" +#include "swrast/s_span.h" /* XXX SWRAST hack */ #endif diff --git a/src/mesa/main/convolve.c b/src/mesa/main/convolve.c index 6b24600f31..f06f240aa6 100644 --- a/src/mesa/main/convolve.c +++ b/src/mesa/main/convolve.c @@ -1,4 +1,4 @@ -/* $Id: convolve.c,v 1.9 2000/10/31 18:09:44 keithw Exp $ */ +/* $Id: convolve.c,v 1.10 2000/11/10 17:45:15 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -42,6 +42,7 @@ #include "context.h" #include "image.h" #include "types.h" +#include "swrast/s_span.h" /* XXX SWRAST hack */ #endif -- cgit v1.2.3