mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
Freebsd 4.0 needs sys/param.h for ALIGN
This commit is contained in:
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
|
52. [bug] rndc: taskmgr and socketmgr were not initaliased
|
||||||
to NULL.
|
to NULL.
|
||||||
|
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
#include <sys/param.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
Reference in New Issue
Block a user