sync global variables

This commit is contained in:
Omar Polo 2021-02-23 12:06:01 +00:00
parent 376a540764
commit 17458f11e1
No known key found for this signature in database
GPG Key ID: 35F98C96A1786F0D
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
/* to make the linker happy */
struct conf conf;
struct imsgbuf logpibuf, logcibuf;
struct suite {
const char *src;