mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 04:52:05 -04:00
need sys/time.h on some platforms
This commit is contained in:
parent
5939aa7265
commit
55a96dbea0
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: net.h,v 1.1 2001/07/10 18:25:50 gson Exp $ */
|
||||
/* $Id: net.h,v 1.2 2001/07/10 19:54:01 gson Exp $ */
|
||||
|
||||
#ifndef LWRES_NET_H
|
||||
#define LWRES_NET_H 1
|
||||
|
|
@ -54,6 +54,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h> /* Contractual promise. */
|
||||
#include <sys/time.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include <netinet/in.h> /* Contractual promise. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue