diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-25 13:56:13 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-25 17:18:56 +0200 |
commit | 98dcb8f4c79e0e1685098c3b618719c176b113d2 (patch) | |
tree | ca5cb3f3eeeeafd8e236f00c5fbc98751106be29 /src/coredump/coredump.c | |
parent | 960b585ba116cc09055d3f5540a0c73e088d37e4 (diff) | |
download | systemd-98dcb8f4c79e0e1685098c3b618719c176b113d2.tar.gz |
Move {uid,gid}_is_*() from basic to shared
Those are functions that express policy, and nothing in basic/ uses
(or should use) them.
Diffstat (limited to 'src/coredump/coredump.c')
-rw-r--r-- | src/coredump/coredump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coredump/coredump.c b/src/coredump/coredump.c index 88739ed5bc..662413bd08 100644 --- a/src/coredump/coredump.c +++ b/src/coredump/coredump.c @@ -46,6 +46,7 @@ #include "string-util.h" #include "strv.h" #include "tmpfile-util.h" +#include "user-record.h" #include "user-util.h" /* The maximum size up to which we process coredumps */ |