summaryrefslogtreecommitdiff
path: root/src/mesa/main/accum.c
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>1999-10-11 04:20:25 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>1999-10-11 04:20:25 +0000
commit4fbb2c627981c9283c62010e71de89f17f6a5a29 (patch)
treefddea71a64fa20407a721bffac97b83ce423b221 /src/mesa/main/accum.c
parent0279e2bc3aa8eda433129c67f7042c8f93cca978 (diff)
#include <assert.h>
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 9e0bee08e7..a053730bb3 100644
--- a/src/mesa/main/accum.c
+++ b/src/mesa/main/accum.c
@@ -1,4 +1,4 @@
-/* $Id: accum.c,v 1.4 1999/10/10 12:40:54 brianp Exp $ */
+/* $Id: accum.c,v 1.5 1999/10/11 04:20:25 joukj Exp $ */
/*
* Mesa 3-D graphics library
@@ -37,6 +37,7 @@
#else
#include "GL/xf86glx.h"
#endif
+#include <assert.h>
#include "accum.h"
#include "context.h"
#include "macros.h"