From 17458f11e119622b84dc9925e541820757443a95 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 23 Feb 2021 12:06:01 +0000 Subject: [PATCH] sync global variables --- regress/puny-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/regress/puny-test.c b/regress/puny-test.c index 68d06ef..1d69261 100644 --- a/regress/puny-test.c +++ b/regress/puny-test.c @@ -21,6 +21,7 @@ /* to make the linker happy */ struct conf conf; +struct imsgbuf logpibuf, logcibuf; struct suite { const char *src;