From fdaf7901b9d8c6c598f260c245213b5a759210f0 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 13 Apr 2023 16:26:19 +0200 Subject: Fix tests --- tests/unit/testutil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit/testutil.h') diff --git a/tests/unit/testutil.h b/tests/unit/testutil.h index c2f2153..d6a1c46 100644 --- a/tests/unit/testutil.h +++ b/tests/unit/testutil.h @@ -20,6 +20,7 @@ struct args_target { int fd; int nr; struct arg args[6]; + void *targs[6]; int (*install_filter)(struct args_target *at); int (*target)(void *); }; -- cgit v1.2.3