diff options
Diffstat (limited to 'usr.bin/dig/host.c')
-rw-r--r-- | usr.bin/dig/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/dig/host.c b/usr.bin/dig/host.c index 9a88fd1a7f3..d2373016f6c 100644 --- a/usr.bin/dig/host.c +++ b/usr.bin/dig/host.c @@ -15,7 +15,7 @@ */ /*! \file */ -#include <sys/cdefs.h> +#include <sys/types.h> #include <err.h> #include <limits.h> |