From a60e9f7fc81558345c59bf203ace357223f208ef Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Dec 2014 02:35:39 +0100 Subject: seccomp-util.h: make sure seccomp-util.h can be included alone --- src/shared/seccomp-util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/seccomp-util.h') diff --git a/src/shared/seccomp-util.h b/src/shared/seccomp-util.h index 9a51a85b49..60d97154ec 100644 --- a/src/shared/seccomp-util.h +++ b/src/shared/seccomp-util.h @@ -21,6 +21,7 @@ along with systemd; If not, see . ***/ +#include const char* seccomp_arch_to_string(uint32_t c); int seccomp_arch_from_string(const char *n, uint32_t *ret); -- cgit v1.2.1