chiark / gitweb /
nspawn: Reorder includes to fix compilation
[elogind.git] / src / nspawn / nspawn.c
index cfd88efc9e6943946c97397974bc4bbc3a984bb3..fc005d9ce352f7cc763a2948c0bc7328344c7352 100644 (file)
@@ -39,9 +39,9 @@
 #include <sys/signalfd.h>
 #include <grp.h>
 #include <linux/fs.h>
-#include <linux/netlink.h>
 #include <sys/un.h>
 #include <sys/socket.h>
+#include <linux/netlink.h>
 
 #include <systemd/sd-daemon.h>
 #include <systemd/sd-bus.h>