include assert.h with rest of system headers
This commit is contained in:
@@ -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
|
* Mesa 3-D graphics library
|
||||||
@@ -31,13 +31,13 @@
|
|||||||
#include "all.h"
|
#include "all.h"
|
||||||
#else
|
#else
|
||||||
#ifndef XFree86Server
|
#ifndef XFree86Server
|
||||||
|
#include <assert.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#else
|
#else
|
||||||
#include "GL/xf86glx.h"
|
#include "GL/xf86glx.h"
|
||||||
#endif
|
#endif
|
||||||
#include <assert.h>
|
|
||||||
#include "accum.h"
|
#include "accum.h"
|
||||||
#include "context.h"
|
#include "context.h"
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
|
Reference in New Issue
Block a user