From: Roy Marples Date: Tue, 11 Feb 2020 11:20:58 +0000 (+0000) Subject: Be pedantic and move syslog.h into the right place X-Git-Tag: v9.0.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baece76a5ce9a7f2571e6de7686c1e811f60b042;p=thirdparty%2Fdhcpcd.git Be pedantic and move syslog.h into the right place --- diff --git a/src/dhcpcd.c b/src/dhcpcd.c index 9bfcdc14..e7353d57 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -46,9 +46,9 @@ const char dhcpcd_copyright[] = "Copyright (c) 2006-2020 Roy Marples"; #include #include #include +#include #include #include -#include #include "config.h" #include "arp.h" diff --git a/src/if.c b/src/if.c index e27f2bab..44559337 100644 --- a/src/if.c +++ b/src/if.c @@ -30,7 +30,6 @@ #include #include #include -#include #include "config.h" @@ -61,6 +60,7 @@ #include #include #include +#include #include #include "common.h" diff --git a/src/ipv6.c b/src/ipv6.c index 85049554..000db984 100644 --- a/src/ipv6.c +++ b/src/ipv6.c @@ -36,7 +36,6 @@ #include #include #include -#include #include "config.h" @@ -58,6 +57,7 @@ #include #include #include +#include #include #define ELOOP_QUEUE ELOOP_IPV6 diff --git a/src/ipv6nd.c b/src/ipv6nd.c index 5830f0f0..76547d66 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -41,8 +41,8 @@ #include #include #include -#include #include +#include #define ELOOP_QUEUE ELOOP_IPV6ND #include "common.h"