summaryrefslogtreecommitdiff
path: root/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'dns.c')
-rw-r--r--dns.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/dns.c b/dns.c
index 69084b57d..504b5d72e 100644
--- a/dns.c
+++ b/dns.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dns.c,v 1.19 2006/03/25 22:22:43 djm Exp $ */ 1/* $OpenBSD: dns.c,v 1.20 2006/07/08 21:47:12 stevesk Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2003 Wesley Griffin. All rights reserved. 4 * Copyright (c) 2003 Wesley Griffin. All rights reserved.
@@ -27,6 +27,9 @@
27 27
28#include "includes.h" 28#include "includes.h"
29 29
30#include <sys/types.h>
31#include <sys/socket.h>
32
30#include <netdb.h> 33#include <netdb.h>
31 34
32#include "xmalloc.h" 35#include "xmalloc.h"