diff options
author | Brian Paul <[email protected]> | 2000-11-10 17:45:15 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-11-10 17:45:15 +0000 |
commit | ba41b8afb1b40b967cf5c0e604bbf09793eb8fee (patch) | |
tree | 4d5538cc387e176ad639ce00e7c733ff6bf58143 /src/mesa/main/convolve.c | |
parent | 6c4268204b0e62218c53f95a7e1c53214e5fc4d7 (diff) |
minor changes to silence compiler warnings
Diffstat (limited to 'src/mesa/main/convolve.c')
-rw-r--r-- | src/mesa/main/convolve.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/convolve.c b/src/mesa/main/convolve.c index 6b24600f31d..f06f240aa6b 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 |