add sys/time.h include
This commit is contained in:
parent
8b8b6ca51d
commit
b2e2f28353
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: res_init.c,v 1.16 1998/01/06 05:01:27 perry Exp $ */
|
||||
/* $NetBSD: res_init.c,v 1.17 1998/02/02 22:36:15 perry Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1985, 1989, 1993
|
||||
@ -59,13 +59,14 @@
|
||||
static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93";
|
||||
static char rcsid[] = "Id: res_init.c,v 8.8 1997/06/01 20:34:37 vixie Exp ";
|
||||
#else
|
||||
__RCSID("$NetBSD: res_init.c,v 1.16 1998/01/06 05:01:27 perry Exp $");
|
||||
__RCSID("$NetBSD: res_init.c,v 1.17 1998/02/02 22:36:15 perry Exp $");
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include "namespace.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <arpa/nameser.h>
|
||||
|
Loading…
Reference in New Issue
Block a user