include macros.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 14 Mar 2003 15:38:04 +0000 (15:38 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 14 Mar 2003 15:38:04 +0000 (15:38 +0000)
src/mesa/swrast/s_aaline.c

index 8221a55447f59b18e215b9b5d79c4899a0175d09..58cc1456187e0b00290e67eb73e3d99bbc2fad8d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: s_aaline.c,v 1.20 2003/03/01 01:50:25 brianp Exp $ */
+/* $Id: s_aaline.c,v 1.21 2003/03/14 15:38:04 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -27,6 +27,7 @@
 
 #include "glheader.h"
 #include "imports.h"
+#include "macros.h"
 #include "swrast/s_aaline.h"
 #include "swrast/s_context.h"
 #include "swrast/s_span.h"