summaryrefslogblamecommitdiff
path: root/misc/kcd/files/patch-gentree.cc
blob: 6bc4ad877ddc9072d338360ff2a263b34f13b365 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                        
--- 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>