summaryrefslogtreecommitdiff
path: root/src/shared/seccomp-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-12 02:35:39 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-12 13:35:32 +0100
commita60e9f7fc81558345c59bf203ace357223f208ef (patch)
tree3a786198b128694287069e3418bff600aa8654fe /src/shared/seccomp-util.h
parentdb594aef549b1376ea80030bd0966ed872eac01e (diff)
seccomp-util.h: make sure seccomp-util.h can be included alone
Diffstat (limited to 'src/shared/seccomp-util.h')
-rw-r--r--src/shared/seccomp-util.h1
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
***/
+#include <seccomp.h>
const char* seccomp_arch_to_string(uint32_t c);
int seccomp_arch_from_string(const char *n, uint32_t *ret);