Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
359 B
C
11 lines
359 B
C
--- libbif.c 2012-05-14 23:13:03.000000000 -0700
|
|
+++ libbif.c 2012-05-14 23:13:42.000000000 -0700
|
|
@@ -27,7 +27,7 @@
|
|
#include <string.h>
|
|
#endif
|
|
|
|
-#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx)
|
|
+#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx) || defined(__FreeBSD__)
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#endif
|