diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-23 12:06:01 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-23 13:44:20 +0100 |
commit | 17458f11e119622b84dc9925e541820757443a95 (patch) | |
tree | 2adf597533b23260173ae2edf42100cdf4d3de41 /regress/puny-test.c | |
parent | 376a540764c3778330b4f744031bcdb5c6e73647 (diff) |
sync global variables
Diffstat (limited to 'regress/puny-test.c')
-rw-r--r-- | regress/puny-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |