]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/journal/audit-type.c
tree-wide: beautify remaining copyright statements
[thirdparty/systemd.git] / src / journal / audit-type.c
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /***
3 Copyright © 2015 Zbigniew Jędrzejewski-Szmek
4 ***/
5
6 #include <stdio.h>
7 #include <linux/audit.h>
8 #if HAVE_AUDIT
9 # include <libaudit.h>
10 #endif
11
12 #include "missing.h"
13 #include "audit-type.h"
14 #include "audit_type-to-name.h"
15 #include "macro.h"