]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
various: add missing include for namespace-util.h
authorMike Yuan <me@yhndnzj.com>
Thu, 28 Nov 2024 14:58:53 +0000 (15:58 +0100)
committerMike Yuan <me@yhndnzj.com>
Sat, 4 Jan 2025 16:08:00 +0000 (17:08 +0100)
Preparation for later commits for removing inclusion
of namespace-util from process-util.h

src/machine/machined-core.c
src/vmspawn/vmspawn.c

index 52cb915c3094073059194c339eeccd8ad9fc1886..8bb91fec61028d6fb482b32857cd715219ce150d 100644 (file)
@@ -7,6 +7,7 @@
 #include "fileio.h"
 #include "iovec-util.h"
 #include "machined.h"
+#include "namespace-util.h"
 #include "process-util.h"
 #include "socket-util.h"
 #include "strv.h"
index 00e040d963158b4751fb97fe554029d43a61782e..845c06dea2b12c8f229d9d2dbed9106356901c67 100644 (file)
@@ -46,6 +46,7 @@
 #include "macro.h"
 #include "main-func.h"
 #include "mkdir.h"
+#include "namespace-util.h"
 #include "netif-util.h"
 #include "pager.h"
 #include "parse-argument.h"