mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 12:15:25 -04:00
Include unistd.h so FreeBSD doesn't complain about getopt() prototype
missing.
This commit is contained in:
parent
454e318ef6
commit
3cb5571edf
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <isc/boolean.h>
|
||||
#include <isc/lang.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue