Freebsd 4.0 needs sys/param.h for ALIGN

This commit is contained in:
Mark Andrews 2000-04-13 08:10:18 +00:00
parent 4716e94840
commit b61bbad878
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,6 @@
53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
<sys/param.h>.
52. [bug] rndc: taskmgr and socketmgr were not initaliased
to NULL.

View file

@ -17,6 +17,7 @@
#include <config.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>