diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-03-13 12:14:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-03-13 12:16:43 +0100 |
commit | 760877e90cfdf1efd12e12ad29ce47d0ed1503dc (patch) | |
tree | 1cfb3ff933c36333079168b4aeb3275416ee1e3d /src/portable/portable.c | |
parent | util: split out memcmp()/memset() related calls into memory-util.[ch] (diff) | |
download | systemd-760877e90cfdf1efd12e12ad29ce47d0ed1503dc.tar.xz systemd-760877e90cfdf1efd12e12ad29ce47d0ed1503dc.zip |
util: split out sorting related calls to new sort-util.[ch]
Diffstat (limited to 'src/portable/portable.c')
-rw-r--r-- | src/portable/portable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/portable.c b/src/portable/portable.c index 01fd1a94a0..9d0d21c115 100644 --- a/src/portable/portable.c +++ b/src/portable/portable.c @@ -24,6 +24,7 @@ #include "set.h" #include "signal-util.h" #include "socket-util.h" +#include "sort-util.h" #include "string-table.h" #include "strv.h" #include "tmpfile-util.h" |