From: Roy Marples Date: Sat, 18 Jul 2015 10:31:19 +0000 (+0000) Subject: Add another fix for compiling on old systems. X-Git-Tag: v6.9.2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc8d446eeee8105fff6f7b86683dd62f2c9df04;p=thirdparty%2Fdhcpcd.git Add another fix for compiling on old systems. --- diff --git a/configure b/configure index dff30967..95ed9f07 100755 --- a/configure +++ b/configure @@ -378,6 +378,7 @@ linux*) echo "DHCPCD_SRCS+= if-linux.c" >>$CONFIG_MK # for RTM_NEWADDR and friends echo "#include /* fix broken headers */" >>$CONFIG_H + echo "#include /* fix broken headers */" >>$CONFIG_H echo "#include " >>$CONFIG_H ;; qnx*)