summaryrefslogtreecommitdiffstats
path: root/src/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-02-11 11:20:58 +0000
committerRoy Marples <roy@marples.name>2020-02-11 11:20:58 +0000
commit096d770bdc1f5f5dca66cad2f6bb56611d48e6fb (patch)
tree267858601d57ca71bc898c50b4e446c587b063a7 /src/dhcpcd.c
parenta4819e456c7525890a2647775a9b5553b8659a3f (diff)
downloaddhcpcd-096d770bdc1f5f5dca66cad2f6bb56611d48e6fb.tar.xz
Be pedantic and move syslog.h into the right place
Diffstat (limited to 'src/dhcpcd.c')
-rw-r--r--src/dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <syslog.h>
#include <unistd.h>
#include <time.h>
-#include <syslog.h>
#include "config.h"
#include "arp.h"