Skip to content

Commit 6522744

Browse files
committed
Fix multiple stop definitions on Ubuntu
1 parent 35f629d commit 6522744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/deb_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "config.h"
88
#include "message.h"
99

10-
atomic_bool stop;
10+
extern atomic_bool stop;
1111

1212
int main(int argc, char* const argv[]) {
1313
set_message_mode(MSG_STDERR, DBG_YES);

0 commit comments

Comments
 (0)