]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
it compiles again
authorMiek Gieben <miekg@NLnetLabs.nl>
Thu, 9 Dec 2004 12:40:47 +0000 (12:40 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Thu, 9 Dec 2004 12:40:47 +0000 (12:40 +0000)
Makefile.in
rdata.c
util.c

index e2c14b4bbff75715b6eec7f5be992aa350cd20bf..bd893b60d07095e58dfaad0e4e446044c3137ca9 100644 (file)
@@ -8,7 +8,7 @@ bindir          = @bindir@
 mandir                 = @mandir@
 
 CC             = @CC@
-OURCFLAGS      = -g -Wall -Wwrite-strings -Wunused-value -Wunused-parameter
+OURCFLAGS      = -g -Wall -Wwrite-strings #-Wunused-value -Wunused-parameter
 CFLAGS                 = @CFLAGS@ $(OURCFLAGS)
 LDFLAGS                = @LDFLAGS@
 LIBS           = @LIBS@
diff --git a/rdata.c b/rdata.c
index 550144341e433a7352d435fcd6a1037c20f5a4e6..9464fbf3885041084f0838be59dbccf216ccdb5e 100644 (file)
--- a/rdata.c
+++ b/rdata.c
@@ -10,9 +10,7 @@
  * See the file LICENSE for the license
  */
 
-#include <stdint.h>
-#include <string.h>
-
+#include "common.h"
 #include "rdata.h"
 #include "prototype.h"
 
diff --git a/util.c b/util.c
index b4b82366bc863af2f556efd09b2c63045dae3f7f..3e6e1a62c62bfcfc5596ac58aa877d16404af8dd 100644 (file)
--- a/util.c
+++ b/util.c
  * See the file LICENSE for the license
  */
 
-#include <stdint.h>
-#include <stdlib.h>
-#include <stdio.h>
-
+#include "common.h"
 #include "rdata.h"
 #include "rr.h"