summaryrefslogtreecommitdiff
path: root/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'dns.h')
-rw-r--r--dns.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/dns.h b/dns.h
index 305ca07fb..818750384 100644
--- a/dns.h
+++ b/dns.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: dns.h,v 1.7 2006/03/25 22:22:43 djm Exp $ */ 1/* $OpenBSD: dns.h,v 1.8 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#ifndef DNS_H 33#ifndef DNS_H
31#define DNS_H 34#define DNS_H
32 35