mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
PR: 182111 Submitted by: cmt@burggraben.net Approved by: chifeng@gmail.com ( maintainer )
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
|