summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/namespace.c')
-rw-r--r--src/grp-system/libcore/namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-system/libcore/namespace.c b/src/grp-system/libcore/namespace.c
index cb85074cce..5af026ff99 100644
--- a/src/grp-system/libcore/namespace.c
+++ b/src/grp-system/libcore/namespace.c
@@ -18,13 +18,13 @@
***/
#include <errno.h>
-#include <linux/fs.h>
#include <sched.h>
#include <stdio.h>
#include <string.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <unistd.h>
+#include <linux/fs.h>
#include "basic/alloc-util.h"
#include "basic/fd-util.h"