Include unistd.h so FreeBSD doesn't complain about getopt() prototype

missing.
This commit is contained in:
James Brister
2000-05-08 18:37:58 +00:00
parent 454e318ef6
commit 3cb5571edf

View File

@@ -33,6 +33,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <unistd.h>
#include <isc/boolean.h>
#include <isc/lang.h>