From bb47d77d316137c9deddd46135b22dc144ae1ea9 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Mon, 22 May 2023 17:03:08 +0200 Subject: ops: adjust op_call --- common/common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/common.c') 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 #include #include @@ -11,6 +12,7 @@ #include #include +#include #include "util.h" #include "common.h" -- cgit v1.2.3