mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
13 lines
215 B
C++
13 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>
|