minor changes to silence compiler warnings
[mesa.git] / src / mesa / swrast / s_drawpix.c
index 4d119eff1e341ac5c99843dc7742aa651b95029d..d646bd4b28ef2e99a310244a1612dd1ab5ef7a8a 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: s_drawpix.c,v 1.2 2000/11/05 18:24:40 keithw Exp $ */
+/* $Id: s_drawpix.c,v 1.3 2000/11/10 17:45:16 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -36,6 +36,7 @@
 #include "pixel.h"
 
 #include "s_context.h"
+#include "s_drawpix.h"
 #include "s_pixeltex.h"
 #include "s_span.h"
 #include "s_stencil.h"