Include <assert.h> in compat.h.

git-svn-id: https://svn.eduke32.com/eduke32@2481 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-03-14 22:31:19 +00:00
parent 2351c2648f
commit fbf0b9ea4f
4 changed files with 2 additions and 5 deletions

View file

@ -91,6 +91,8 @@
# endif
#endif
#include <assert.h>
#ifdef EFENCE
# include <efence.h>
#elif defined DMALLOC

View file

@ -43,7 +43,6 @@
#endif
#include <math.h>
#include <assert.h>
#include "engine_priv.h"

View file

@ -26,8 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "menus.h"
#include "savegame.h"
#include <assert.h>
char firstdemofile[BMAX_PATH];
FILE *g_demo_filePtr = (FILE *)NULL;

View file

@ -27,8 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "prlights.h"
#include "savegame.h"
#include <assert.h>
extern char *bitptr;
#define BITPTR_POINTER 1