- fix conflicting decls of syslog related facilitynames and prioritynames tables
diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c
index a93de12..dbdecba 100644
--- a/networking/isrv_identd.c
+++ b/networking/isrv_identd.c
@@ -7,8 +7,8 @@
  * Licensed under GPL version 2, see file LICENSE in this tarball for details.
  */
 
-#include <syslog.h>
 #include "libbb.h"
+#include <syslog.h>
 #include "isrv.h"
 
 enum { TIMEOUT = 20 };