diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-10-05 15:12:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-10-05 16:14:37 +0200 |
commit | f435195925ccdf96cf8413898f9b9590f8b5f760 (patch) | |
tree | 3f137e5e8630c5830238cfee4637f553b081e668 /src/shared/user-record.c | |
parent | basic: split out inotify-related calls from fs-util.h → inotify-util.h (diff) | |
download | systemd-f435195925ccdf96cf8413898f9b9590f8b5f760.tar.xz systemd-f435195925ccdf96cf8413898f9b9590f8b5f760.zip |
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Diffstat (limited to 'src/shared/user-record.c')
-rw-r--r-- | src/shared/user-record.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/user-record.c b/src/shared/user-record.c index 4c54303d13..f34a48b656 100644 --- a/src/shared/user-record.c +++ b/src/shared/user-record.c @@ -3,6 +3,7 @@ #include <sys/mount.h> #include "cgroup-util.h" +#include "chase-symlinks.h" #include "dns-domain.h" #include "env-util.h" #include "fd-util.h" |