mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-20 18:52:28 +00:00
add malloc.h vor vc
This commit is contained in:
parent
3f3450df2c
commit
bc1c68dd89
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ const char rcsid[] = "$Id: $";
|
|||
#ifdef HAVE_STRINGS_H
|
||||
# include <strings.h>
|
||||
#endif
|
||||
#ifdef HAVE_MALLOC_H
|
||||
# include <malloc.h>
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
#include "QF/dstring.h"
|
||||
|
|
Loading…
Reference in a new issue