summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-patch-uid.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-10-31 11:07:23 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-10-31 17:57:03 +0900
commitf5947a5e925117c55b390460d592f57504277bf9 (patch)
tree194f5591b1641cd30ea49c11f4f7b4582e7cbf34 /src/nspawn/nspawn-patch-uid.c
parent9648956d1f01d9e0f3c45840b4a38582225716ee (diff)
downloadsystemd-f5947a5e925117c55b390460d592f57504277bf9.tar.gz
tree-wide: drop missing.h
Diffstat (limited to 'src/nspawn/nspawn-patch-uid.c')
-rw-r--r--src/nspawn/nspawn-patch-uid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn-patch-uid.c b/src/nspawn/nspawn-patch-uid.c
index 4885744cfc..199e5804dd 100644
--- a/src/nspawn/nspawn-patch-uid.c
+++ b/src/nspawn/nspawn-patch-uid.c
@@ -14,7 +14,7 @@
#include "dirent-util.h"
#include "fd-util.h"
#include "fs-util.h"
-#include "missing.h"
+#include "missing_magic.h"
#include "nspawn-def.h"
#include "nspawn-patch-uid.h"
#include "stat-util.h"