]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/compiler.h
github: Update for main branch
[mirror_lxc.git] / src / lxc / compiler.h
index 4d62323822faa1997753f94df8de6b8fa3a28f64..907941d9812072f6d459bcf62890ea18014bc5e9 100644 (file)
@@ -5,8 +5,14 @@
 
 #include "config.h"
 
-#include <stdbool.h>
+#include <assert.h>
+#include <errno.h>
+#include <inttypes.h>
 #include <linux/types.h>
+#include <stdbool.h>
+#include <sys/param.h>
+#include <sys/sysmacros.h>
+#include <sys/types.h>
 
 #ifndef thread_local
 #if __STDC_VERSION__ >= 201112L &&    \