#include <assert.h>
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Mon, 11 Oct 1999 04:20:25 +0000 (04:20 +0000)
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>
Mon, 11 Oct 1999 04:20:25 +0000 (04:20 +0000)
src/mesa/main/accum.c

index 9e0bee0..a053730 100644 (file)
@@ -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"