]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/network.h
tree-wide: fix includes to fix bionic builds
[mirror_lxc.git] / src / lxc / network.h
index 38f7c8d5f56951b55076bc4e6691468ffcf08d49..ef1b41b897a3f76a3a82175851c3152e92782df3 100644 (file)
 #ifndef __LXC_NETWORK_H
 #define __LXC_NETWORK_H
 
-#include <stdbool.h>
-#include <stdio.h>
-#include <unistd.h>
 #include <arpa/inet.h>
 #include <linux/types.h>
+#include <stdbool.h>
+#include <stdio.h>
 #include <sys/socket.h>
+#include <unistd.h>
 
 #include "list.h"