summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_accum.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-04-20 19:21:41 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-04-20 19:21:41 +0000
commitb570a180dada9e54ff55905ff11ea882ad8cb57d (patch)
tree86b6699b3a931da3636b6c3c644f8f9f96f67780 /src/mesa/swrast/s_accum.c
parent0a31a672692c7e5f821f6c2f737b0b15f97bf2d9 (diff)
Minor fixes for Win32 (Karl Schultz).
Diffstat (limited to 'src/mesa/swrast/s_accum.c')
-rw-r--r--src/mesa/swrast/s_accum.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_accum.c b/src/mesa/swrast/s_accum.c
index f338886c9c..7a10b4b4b9 100644
--- a/src/mesa/swrast/s_accum.c
+++ b/src/mesa/swrast/s_accum.c
@@ -1,4 +1,4 @@
-/* $Id: s_accum.c,v 1.10 2001/04/10 15:25:45 brianp Exp $ */
+/* $Id: s_accum.c,v 1.11 2001/04/20 19:21:41 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -25,6 +25,7 @@
*/
+#include "glheader.h"
#include "context.h"
#include "macros.h"
#include "mmath.h"