2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

include unistd.h to get getopt

This commit is contained in:
Bob Halley
1999-03-11 20:00:13 +00:00
parent bfa370f29d
commit 20c5672ca6

View File

@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <isc/boolean.h>