mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:30:00 -04:00
add unistd.h (for getopt)
This commit is contained in:
parent
ff0e32ceea
commit
d22c1a18db
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <isc/assertions.h>
|
||||
#include <isc/result.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue