- fix conflicting decls of syslog related facilitynames and prioritynames tables
[platform/upstream/busybox.git] / miscutils / crond.c
index fd20e6a..0df143a 100644 (file)
@@ -11,8 +11,8 @@
  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 
-#include <sys/syslog.h>
 #include "libbb.h"
+#include <syslog.h>
 
 #ifndef CRONTABS
 #define CRONTABS        "/var/spool/cron/crontabs"