From: Brian Paul Date: Wed, 3 Nov 1999 19:27:41 +0000 (+0000) Subject: include assert.h with rest of system headers X-Git-Tag: 062012170305~28748 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b6677da1659b1d6c0745ab0e1f580a23ad61f12;p=profile%2Fivi%2Fmesa.git include assert.h with rest of system headers --- diff --git a/src/mesa/main/accum.c b/src/mesa/main/accum.c index adca8ec..795728b 100644 --- a/src/mesa/main/accum.c +++ b/src/mesa/main/accum.c @@ -1,4 +1,4 @@ -/* $Id: accum.c,v 1.8 1999/10/20 22:39:16 brianp Exp $ */ +/* $Id: accum.c,v 1.9 1999/11/03 19:27:41 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -31,13 +31,13 @@ #include "all.h" #else #ifndef XFree86Server +#include #include #include #include #else #include "GL/xf86glx.h" #endif -#include #include "accum.h" #include "context.h" #include "macros.h"