summaryrefslogtreecommitdiffstats
path: root/www/quickie/files/patch-lib_quit.cc
blob: 4d7b30e3a3fafe21a4823d0289ab5e5ed3612e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- lib/quit.cc.orig	Sat May 20 23:56:52 2006
+++ lib/quit.cc	Thu May 25 12:40:10 2006
@@ -21,6 +21,11 @@
 
 #pragma implementation "quit"
 
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#include <sys/stat.h>
+#endif
+
 #include <cerrno>
 #include <cstdarg>
 #include <cstdio>
OpenPOWER on IntegriCloud