diff options
-rw-r--r-- | plugins/tests/test_check_swap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/tests/test_check_swap.c b/plugins/tests/test_check_swap.c index d657c13a..b85fb4ad 100644 --- a/plugins/tests/test_check_swap.c +++ b/plugins/tests/test_check_swap.c | |||
@@ -2,6 +2,8 @@ | |||
2 | #include "../check_swap.d/check_swap.h" | 2 | #include "../check_swap.d/check_swap.h" |
3 | #include "../../tap/tap.h" | 3 | #include "../../tap/tap.h" |
4 | 4 | ||
5 | int verbose = 0; | ||
6 | |||
5 | void print_usage(void) {} | 7 | void print_usage(void) {} |
6 | void print_help(swap_config config) { | 8 | void print_help(swap_config config) { |
7 | (void) config; | 9 | (void) config; |