diff options
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 1c52bcc12af..b32b3e73731 100644 --- a/src/mesa/main/convolve.c +++ b/src/mesa/main/convolve.c @@ -1,4 +1,4 @@ -/* $Id: convolve.c,v 1.6 2000/10/28 18:34:48 brianp Exp $ */ +/* $Id: convolve.c,v 1.7 2000/10/28 20:41:13 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -37,6 +37,7 @@ #include "all.h" #else #include "glheader.h" +#include "colormac.h" #include "convolve.h" #include "context.h" #include "image.h" |