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 | 096d770bdc1f5f5dca66cad2f6bb56611d48e6fb (patch) | |
| tree | 267858601d57ca71bc898c50b4e446c587b063a7 /src/ipv6nd.c | |
| parent | a4819e456c7525890a2647775a9b5553b8659a3f (diff) | |
| download | dhcpcd-096d770bdc1f5f5dca66cad2f6bb56611d48e6fb.tar.xz | |
Be pedantic and move syslog.h into the right place
Diffstat (limited to 'src/ipv6nd.c')
| -rw-r--r-- | src/ipv6nd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stddef.h> #include <stdlib.h> #include <string.h> -#include <unistd.h> #include <syslog.h> +#include <unistd.h> #define ELOOP_QUEUE ELOOP_IPV6ND #include "common.h" |
