Projects

Ticket #16: patch-Server_tproj_main_cpp

File patch-Server_tproj_main_cpp, 324 bytes (added by jason@…, 4 years ago)
Line 
1$OpenBSD$
2--- Server.tproj/main.cpp.orig  Tue May  6 01:28:59 2008
3+++ Server.tproj/main.cpp       Fri Jun  6 21:41:35 2008
4@@ -53,6 +53,11 @@
5 #include "daemon.h"
6 #endif
7 
8+#if (__OpenBSD__)
9+       #include <sys/param.h>
10+       #include <sys/stat.h>
11+#endif
12+
13 #if __MacOSX__ || __FreeBSD__
14 #include <sys/sysctl.h>
15 #include <sys/stat.h>