mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-12 09:17:44 +03:00
sd-path: add missing header
This commit is contained in:
parent
9c5dcb68b0
commit
0c74488672
@ -22,6 +22,7 @@
|
|||||||
#include "path-util.h"
|
#include "path-util.h"
|
||||||
#include "strv.h"
|
#include "strv.h"
|
||||||
#include "sd-path.h"
|
#include "sd-path.h"
|
||||||
|
#include "missing.h"
|
||||||
|
|
||||||
static int from_environment(const char *envname, const char *fallback, const char **ret) {
|
static int from_environment(const char *envname, const char *fallback, const char **ret) {
|
||||||
assert(ret);
|
assert(ret);
|
||||||
|
Loading…
Reference in New Issue
Block a user