diff options
author | Andriy Voskoboinyk <avos@FreeBSD.org> | 2016-04-18 21:05:15 +0000 |
---|---|---|
committer | Andriy Voskoboinyk <avos@FreeBSD.org> | 2016-04-18 21:05:15 +0000 |
commit | 2cf5e9365d299ad70ec7fe8a7e7202fbb925e70c (patch) | |
tree | 202a73fe295a5c504dbcb0b6bd3dc404a648d308 /lib/libc/net/hesiod.c | |
parent | 51c71d3e03236d6a10766bc6562051234495266d (diff) |
Notes
Diffstat (limited to 'lib/libc/net/hesiod.c')
-rw-r--r-- | lib/libc/net/hesiod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/net/hesiod.c b/lib/libc/net/hesiod.c index 4258993a4368..0966b6d7ef91 100644 --- a/lib/libc/net/hesiod.c +++ b/lib/libc/net/hesiod.c @@ -51,7 +51,6 @@ static char *orig_rcsid = "$NetBSD: hesiod.c,v 1.9 1999/02/11 06:16:38 simonb Ex #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <sys/types.h> #include <sys/param.h> #include <netinet/in.h> #include <arpa/nameser.h> |