add malloc.h vor vc

This commit is contained in:
Bill Currie 2007-04-06 21:36:20 +00:00 committed by Jeff Teunissen
parent 3f3450df2c
commit bc1c68dd89

View file

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