summaryrefslogtreecommitdiff
path: root/src/locale
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-12-04 16:19:02 +0100
committerGitHub <noreply@github.com>2018-12-04 16:19:02 +0100
commitee589a1882d1bbf9f0681677712421aef534dd00 (patch)
treeea04a9f7a792c50eb3d7ed23e346d57f47dc5076 /src/locale
parent1e9e7196cb803636ac04259953d8c4b81e157bd1 (diff)
parent36dd5ffd5d83dc9ee7fa22514eb5f9068f882beb (diff)
downloadsystemd-ee589a1882d1bbf9f0681677712421aef534dd00.tar.gz
systemd-ee589a1882d1bbf9f0681677712421aef534dd00.tar.bz2
systemd-ee589a1882d1bbf9f0681677712421aef534dd00.zip
Merge pull request #11041 from yuwata/update-missing-v2
missing: separate missing.h more
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/localed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locale/localed.c b/src/locale/localed.c
index 79a6d3e4d0..f851d35a08 100644
--- a/src/locale/localed.c
+++ b/src/locale/localed.c
@@ -20,6 +20,7 @@
#include "locale-util.h"
#include "macro.h"
#include "main-func.h"
+#include "missing_capability.h"
#include "path-util.h"
#include "selinux-util.h"
#include "signal-util.h"