summaryrefslogtreecommitdiff
path: root/lib/libc/asr/res_init.c
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2014-03-26 18:13:16 +0000
committerEric Faurot <eric@cvs.openbsd.org>2014-03-26 18:13:16 +0000
commitd904b0af22db9828c09c6d48db2c1c10fc52eccb (patch)
treefd00f8bc3fbea0a41d8eb6fba55b367527ecb664 /lib/libc/asr/res_init.c
parentcd4bf1c574b0f5ca4e0dd98a50497c523cbfc65d (diff)
Make the asr API public. Install asr.h to /usr/include.h and manpages.
Include tweaks suggested by mpi@ ok deraadt@
Diffstat (limited to 'lib/libc/asr/res_init.c')
-rw-r--r--lib/libc/asr/res_init.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/asr/res_init.c b/lib/libc/asr/res_init.c
index 9fa0529baab..309f779aac1 100644
--- a/lib/libc/asr/res_init.c
+++ b/lib/libc/asr/res_init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: res_init.c,v 1.3 2014/01/15 02:25:34 sthen Exp $ */
+/* $OpenBSD: res_init.c,v 1.4 2014/03/26 18:13:15 eric Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@ -16,13 +16,15 @@
*/
#include <sys/types.h>
+#include <sys/socket.h>
#include <arpa/nameser.h>
#include <netinet/in.h>
+#include <netdb.h>
+#include <asr.h>
#include <resolv.h>
#include <string.h>
-#include "asr.h"
#include "asr_private.h"
#include "thread_private.h"