summaryrefslogtreecommitdiff
path: root/www/fhttpd/files/patch-ag
blob: f08fc28d0184f57f94b95415045d123bf0b1975b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- servproc.h.orig	Sat May 27 15:00:37 2000
+++ servproc.h	Sat May 27 15:00:58 2000
@@ -29,6 +29,9 @@
 #endif
 #include <sys/time.h>
 #include <sys/stat.h>
+#if defined(__FreeBSD__) && __FreeBSD__ >= 5
+#include <machine/param.h> /* for ALIGN macro needed by CMSG_DATA */
+#endif
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <sys/file.h>