aboutsummaryrefslogblamecommitdiff
path: root/www/quickie/files/patch-lib_arglex.cc
blob: 5f7e54bf8798461c5a9dbf8b045d863e19a09435 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                
--- lib/arglex.cc.orig	Sat May 20 23:56:52 2006
+++ lib/arglex.cc	Thu May 25 12:36:38 2006
@@ -21,6 +21,11 @@
 
 #include <cctype>
 
+#ifdef __FreeBSD__
+#include <unistd.h>
+#include <stdio.h>
+#endif
+
 #include <arglex.h>
 #include <progname.h>
 #include <quit.h>