]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
include fixes
authorMiek Gieben <miekg@NLnetLabs.nl>
Tue, 3 May 2005 14:28:47 +0000 (14:28 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Tue, 3 May 2005 14:28:47 +0000 (14:28 +0000)
buffer.c
error.c

index ba86054105737bc1235f877f0a9dcd27e887ff17..e799f4ad2a5337b81669ba5cde8ca46640797353 100644 (file)
--- a/buffer.c
+++ b/buffer.c
@@ -7,7 +7,7 @@
  *
  */
 
-#include <config.h>
+#include <ldns/dns.h>
 
 #include <ldns/buffer.h>
 
diff --git a/error.c b/error.c
index 40ab72e37f9a9c31643f81551cf822bb8597158a..dd148fc59135893f1728adad890373998cb1c5a8 100644 (file)
--- a/error.c
+++ b/error.c
@@ -8,14 +8,9 @@
  * See the file LICENSE for the license
  */
 
-#include <config.h>
-
+#include <ldns/dns.h>
 #include <ldns/error.h>
 
-
-#include "ldns/util.h"
-
-
 ldns_lookup_table ldns_error_str[] = {
        { LDNS_STATUS_OK, "all o.k." },
        { LDNS_STATUS_EMPTY_LABEL, "Empty label" },