diff options
author | Alice Frosi <afrosi@redhat.com> | 2023-05-22 17:03:08 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-06-01 11:10:27 +0200 |
commit | bb47d77d316137c9deddd46135b22dc144ae1ea9 (patch) | |
tree | 3e92e7ba5f912c3a384804d3f99128ddc1cf0bc8 /common/common.c | |
parent | 6b1cb05624ad0f419fda5ab001ed3051273e1d4b (diff) | |
download | seitan-bb47d77d316137c9deddd46135b22dc144ae1ea9.tar seitan-bb47d77d316137c9deddd46135b22dc144ae1ea9.tar.gz seitan-bb47d77d316137c9deddd46135b22dc144ae1ea9.tar.bz2 seitan-bb47d77d316137c9deddd46135b22dc144ae1ea9.tar.lz seitan-bb47d77d316137c9deddd46135b22dc144ae1ea9.tar.xz seitan-bb47d77d316137c9deddd46135b22dc144ae1ea9.tar.zst seitan-bb47d77d316137c9deddd46135b22dc144ae1ea9.zip |
ops: adjust op_call
Diffstat (limited to 'common/common.c')
-rw-r--r-- | common/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/common.c b/common/common.c index cd792de..f67f175 100644 --- a/common/common.c +++ b/common/common.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include <stddef.h> #include <stdio.h> #include <string.h> @@ -11,6 +12,7 @@ #include <linux/audit.h> #include <linux/seccomp.h> +#include <linux/limits.h> #include "util.h" #include "common.h" |