malloc.h isn't standard, and is only needed for _aligned_malloc

This commit is contained in:
Chris Robinson
2012-11-25 02:33:20 -08:00
parent 209d09ae13
commit a0c39989f5
+3 -1
View File
@@ -20,11 +20,13 @@
#include "config.h"
#include <malloc.h>
#include <stdlib.h>
#include <time.h>
#include <errno.h>
#include <stdarg.h>
#ifdef HAVE__ALIGNED_MALLOC
#include <malloc.h>
#endif
#if defined(HAVE_GUIDDEF_H) || defined(HAVE_INITGUID_H)
#define INITGUID