summaryrefslogtreecommitdiffstats
path: root/src/if.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
commitbaece76a5ce9a7f2571e6de7686c1e811f60b042 (patch)
tree267858601d57ca71bc898c50b4e446c587b063a7 /src/if.c
parentb586bfbfecae8eb425974c9eafd005a04fb2f114 (diff)
downloaddhcpcd-baece76a5ce9a7f2571e6de7686c1e811f60b042.tar.xz
Be pedantic and move syslog.h into the right place
Diffstat (limited to 'src/if.c')
-rw-r--r--src/if.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
-#include <syslog.h>
#include "config.h"
@@ -61,6 +60,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <syslog.h>
#include <unistd.h>
#include "common.h"