This commit is contained in:
Christoph Oelckers 2015-12-11 22:26:45 +01:00
commit 17569139b6

View file

@ -49,7 +49,7 @@
#include <errno.h>
#include <stdarg.h>
#include <signal.h>
#if !defined(__APPLE__)
#if !defined(__APPLE__) && !defined(__FreeBSD__)
#include <malloc.h>
#endif
#include <time.h>