diff options
Diffstat (limited to 'src/mesa/main/teximage.c')
-rw-r--r-- | src/mesa/main/teximage.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 718e561cf6..570ecdc01c 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -1,4 +1,4 @@ -/* $Id: teximage.c,v 1.54 2000/10/29 18:12:15 brianp Exp $ */ +/* $Id: teximage.c,v 1.55 2000/10/29 18:23:16 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -32,6 +32,7 @@ #include "context.h" #include "convolve.h" #include "image.h" +#include "macros.h" #include "mem.h" #include "mmath.h" #include "span.h" |