1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

fix build on FreeBSD 10

This commit is contained in:
Oliver Lehmann 2013-12-07 11:30:15 +00:00
parent 0dd076723f
commit d0c9cba0c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335825

View File

@ -0,0 +1,11 @@
--- tools/wfut.cpp.orig 2013-12-07 12:23:30.000000000 +0100
+++ tools/wfut.cpp 2013-12-07 12:23:32.000000000 +0100
@@ -7,6 +7,8 @@
#endif
#include <getopt.h>
+#include <stdlib.h>
+#include <unistd.h>
#include <dirent.h>
#include <sys/stat.h>