diff options
| author | Roy Marples <roy@marples.name> | 2020-02-11 11:20:58 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-02-11 11:20:58 +0000 |
| commit | baece76a5ce9a7f2571e6de7686c1e811f60b042 (patch) | |
| tree | 267858601d57ca71bc898c50b4e446c587b063a7 /src/ipv6.c | |
| parent | b586bfbfecae8eb425974c9eafd005a04fb2f114 (diff) | |
| download | dhcpcd-baece76a5ce9a7f2571e6de7686c1e811f60b042.tar.xz | |
Be pedantic and move syslog.h into the right place
Diffstat (limited to 'src/ipv6.c')
| -rw-r--r-- | src/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,6 @@ #include <net/route.h> #include <netinet/in.h> #include <netinet/if_ether.h> -#include <syslog.h> #include "config.h" @@ -58,6 +57,7 @@ #include <inttypes.h> #include <stdlib.h> #include <string.h> +#include <syslog.h> #include <unistd.h> #define ELOOP_QUEUE ELOOP_IPV6 |
