2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

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

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