summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/res_mkquery.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-21 09:15:40 +0000
committerbde <bde@FreeBSD.org>1995-08-21 09:15:40 +0000
commit1c10f9504f2a4c4ea53e350c36f5ae89cdc37522 (patch)
treea79c297fd589e0d4bb793e46a08a34c7f7f26eec /lib/libc/net/res_mkquery.c
parentec063740533548bf2bd3c34b70f328ac4e4cd357 (diff)
downloadFreeBSD-src-1c10f9504f2a4c4ea53e350c36f5ae89cdc37522.zip
FreeBSD-src-1c10f9504f2a4c4ea53e350c36f5ae89cdc37522.tar.gz
Fix bogus include paths, some of which stopped libresolv from compiling.
Diffstat (limited to 'lib/libc/net/res_mkquery.c')
-rw-r--r--lib/libc/net/res_mkquery.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/net/res_mkquery.c b/lib/libc/net/res_mkquery.c
index 979abbd..61d5825e 100644
--- a/lib/libc/net/res_mkquery.c
+++ b/lib/libc/net/res_mkquery.c
@@ -53,7 +53,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93";
-static char rcsid[] = "$Id: res_mkquery.c,v 1.4 1995/05/30 05:40:56 rgrimes Exp $";
+static char rcsid[] = "$Id: res_mkquery.c,v 1.5 1995/08/20 20:02:56 peter Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
@@ -65,8 +65,7 @@ static char rcsid[] = "$Id: res_mkquery.c,v 1.4 1995/05/30 05:40:56 rgrimes Exp
#include <string.h>
#include <netdb.h>
-#include <res_config.h>
-
+#include "res_config.h"
/*
* Form all types of queries.
OpenPOWER on IntegriCloud