diff options
author | Umut Tezduyar Lindskog <umut.tezduyar@axis.com> | 2014-07-03 22:28:29 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-03 16:41:52 -0400 |
commit | 0c7448867271180e8ac5795ebdff4bee0c0acd0c (patch) | |
tree | e785c3c9f29ac13f95a913d402e648f67235b75f /src | |
parent | 9c5dcb68b058b6bde056fc1ece768ba74a120091 (diff) |
sd-path: add missing header
Diffstat (limited to 'src')
-rw-r--r-- | src/libsystemd/sd-path/sd-path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-path/sd-path.c b/src/libsystemd/sd-path/sd-path.c index 7ade915c2b..360c85405b 100644 --- a/src/libsystemd/sd-path/sd-path.c +++ b/src/libsystemd/sd-path/sd-path.c @@ -22,6 +22,7 @@ #include "path-util.h" #include "strv.h" #include "sd-path.h" +#include "missing.h" static int from_environment(const char *envname, const char *fallback, const char **ret) { assert(ret); |