commit | c313895dec3c176584d99f7b8684ddc3f9141d88 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue Apr 21 10:02:23 2015 +0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue Apr 21 10:44:52 2015 +0200 |
tree | 88c4715a57bfec3b9f0411ae30fc2fd69bc7c1ba | |
parent | 4b6c33282973c9e1545a519f2a51bda3cf42ae21 [diff] [blame] |
tests: fix warnings While I don't see -Werror being used on tests anytime soon, there's no reason to keep the warnings in tests unfixed. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
diff --git a/tests/heavy-wq.c b/tests/heavy-wq.c index e5f688c..2f133cc 100644 --- a/tests/heavy-wq.c +++ b/tests/heavy-wq.c
@@ -36,6 +36,8 @@ #include "workqueue.h" #include <math.h> +#include "tests.h" + extern struct thread_master *master; static struct work_queue *heavy_wq;