summaryrefslogtreecommitdiff
path: root/src/mesa/main/accum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/accum.c')
-rw-r--r--src/mesa/main/accum.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/accum.c b/src/mesa/main/accum.c
index 81af5f6068..e6b556b0fc 100644
--- a/src/mesa/main/accum.c
+++ b/src/mesa/main/accum.c
@@ -1,4 +1,4 @@
-/* $Id: accum.c,v 1.13 1999/11/25 17:36:48 brianp Exp $ */
+/* $Id: accum.c,v 1.14 2000/02/02 19:17:57 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -34,6 +34,7 @@
#include "mem.h"
#include "masking.h"
#include "span.h"
+#include "state.h"
#include "types.h"
#endif