blob: 42f8ec61068b1dc7615e29610d2058f9af52ebe9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/usyslog.c.orig 2015-01-14 10:08:20 UTC
+++ src/usyslog.c
@@ -23,7 +23,7 @@
#if __APPLE__
#include <malloc/malloc.h>
-#else
+#elif !defined(__FreeBSD__)
#include <malloc.h>
#endif
|