mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
c2533ffdba
- Stage support PR: ports/185692 Submitted by: KATO Tsuguru
14 lines
215 B
C++
14 lines
215 B
C++
--- gentree.cc.orig
|
|
+++ gentree.cc
|
|
@@ -29,6 +29,10 @@
|
|
#include "cstrlib.h"
|
|
#include "scandir.h"
|
|
|
|
+#ifdef HAVE_UNISTD_H
|
|
+# include <unistd.h>
|
|
+#endif
|
|
+
|
|
//#define DUMP_HTML
|
|
#ifdef DUMP_HTML
|
|
# include <fcntl.h>
|