1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/fhttpd/files/patch-ag

11 lines
296 B
Plaintext
Raw Normal View History

--- servproc.h.orig Wed Apr 7 09:44:22 1999
+++ servproc.h Thu Jul 13 18:53:55 2000
@@ -29,6 +29,7 @@
#endif
#include <sys/time.h>
#include <sys/stat.h>
+#include <machine/param.h> /* for ALIGN macro needed by CMSG_DATA */
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/file.h>