mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
need <sys/types.h> and <sys/time.h> for select()
This commit is contained in:
parent
1d830654f5
commit
8669e2a2eb
1 changed files with 5 additions and 1 deletions
|
|
@ -15,10 +15,14 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone_test.c,v 1.25 2001/01/18 02:53:57 bwelling Exp $ */
|
||||
/* $Id: zone_test.c,v 1.26 2001/01/22 22:29:36 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <isc/app.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue