mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
more autoconf stuff... HAVE_MALLOC_H for OpenBSD and FreeBSD
This commit is contained in:
parent
9e46831000
commit
2148a8d0ba
1 changed files with 2 additions and 0 deletions
|
@ -53,7 +53,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#include <cvar.h>
|
||||
#include <qstructs.h>
|
||||
|
|
Loading…
Reference in a new issue