more autoconf stuff... HAVE_MALLOC_H for OpenBSD and FreeBSD

This commit is contained in:
Daniel McGregor 2000-02-26 08:39:29 +00:00
parent 9e46831000
commit 2148a8d0ba

View file

@ -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>