From 0672fcb4a04ce3e26c38abb656321b9b53ce9f9a Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 16 Jul 2020 17:09:01 -0700 Subject: [PATCH] Fix GCC 10 compilation --- src/apinger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apinger.h b/src/apinger.h index a748e3a..f1bdb46 100644 --- a/src/apinger.h +++ b/src/apinger.h @@ -111,7 +111,7 @@ struct piped_info { }; #endif -struct target *targets; +extern struct target *targets; extern int foreground; extern char *config_file;