X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Faudit.h;h=6de331c73e5f8b4d341a4680be9c8a35c3c31a42;hb=ce5792dac67c5ae5656f1f9665b777d44af4cb35;hp=b4aecffb3057cd245926cec68500d11dbd1c9f69;hpb=cfb1f5df7ce6868d3edb7333591b91c9809d64d3;p=elogind.git diff --git a/src/shared/audit.h b/src/shared/audit.h index b4aecffb3..6de331c73 100644 --- a/src/shared/audit.h +++ b/src/shared/audit.h @@ -21,9 +21,11 @@ along with systemd; If not, see . ***/ +#include +#include #include -#include "capability.h" +#define AUDIT_SESSION_INVALID ((uint32_t) -1) int audit_session_from_pid(pid_t pid, uint32_t *id); int audit_loginuid_from_pid(pid_t pid, uid_t *uid);