From: Miek Gieben Date: Thu, 9 Dec 2004 12:40:47 +0000 (+0000) Subject: it compiles again X-Git-Tag: release-0.50~736 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6fb6c5b6c8b2093e9e291998103652fee0bee27;p=thirdparty%2Fldns.git it compiles again --- diff --git a/Makefile.in b/Makefile.in index e2c14b4b..bd893b60 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 55014434..9464fbf3 100644 --- a/rdata.c +++ b/rdata.c @@ -10,9 +10,7 @@ * See the file LICENSE for the license */ -#include -#include - +#include "common.h" #include "rdata.h" #include "prototype.h" diff --git a/util.c b/util.c index b4b82366..3e6e1a62 100644 --- a/util.c +++ b/util.c @@ -10,10 +10,7 @@ * See the file LICENSE for the license */ -#include -#include -#include - +#include "common.h" #include "rdata.h" #include "rr.h"