From b61bbad878d0ac563a093525aa826cdba0fd43bf Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 13 Apr 2000 08:10:18 +0000 Subject: [PATCH] Freebsd 4.0 needs sys/param.h for ALIGN --- CHANGES | 3 +++ lib/isc/unix/socket.c | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 8fc8d55120..15164c39ae 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires + . + 52. [bug] rndc: taskmgr and socketmgr were not initaliased to NULL. diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 43fb6a04ac..e9e19e1839 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -17,6 +17,7 @@ #include +#include #include #include #include