diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-11-11 21:55:00 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-11-13 09:39:08 +0100 |
commit | 08af3cc5a581894afc9c48c6427fb0f82756bec2 (patch) | |
tree | 767fb3fe87593c034c574d39c39e893695beffa4 /src/basic/fileio.c | |
parent | ac-power: check battery existence and status (diff) | |
download | systemd-08af3cc5a581894afc9c48c6427fb0f82756bec2.tar.xz systemd-08af3cc5a581894afc9c48c6427fb0f82756bec2.zip |
strv: move nulstr utilities to nulstr-util.[ch]
Let's move them out of the generic, already very long strv.[ch] module
into the more specific nulst-util.[ch]
No code changes.
Diffstat (limited to 'src/basic/fileio.c')
-rw-r--r-- | src/basic/fileio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/fileio.c b/src/basic/fileio.c index a5c44f184a..5078cae2df 100644 --- a/src/basic/fileio.c +++ b/src/basic/fileio.c @@ -21,6 +21,7 @@ #include "log.h" #include "macro.h" #include "mkdir.h" +#include "nulstr-util.h" #include "parse-util.h" #include "path-util.h" #include "socket-util.h" |