mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
ae5a14a7ce
build on RELENG_3 and RELENG_4 Noticed by: bento
11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
--- 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>
|