mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:52:07 -04:00
Freebsd 4.0 needs sys/param.h for ALIGN
This commit is contained in:
parent
4716e94840
commit
b61bbad878
2 changed files with 4 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue