summaryrefslogtreecommitdiff
path: root/src/shared/nsflags.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/nsflags.h')
-rw-r--r--src/shared/nsflags.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/shared/nsflags.h b/src/shared/nsflags.h
index 7cc26a441d..0aeb0bc891 100644
--- a/src/shared/nsflags.h
+++ b/src/shared/nsflags.h
@@ -1,9 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-#include <sched.h>
-
-#include "missing.h"
+#include "missing_sched.h"
/* The combination of all namespace flags defined by the kernel. The right type for this isn't clear. setns() and
* unshare() expect these flags to be passed as (signed) "int", while clone() wants them as "unsigned long". The latter