mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
apinger: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- 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;
|
||||
Reference in New Issue
Block a user