diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-07-07 13:45:29 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-07-07 13:45:29 +0200 |
commit | 8256ef6686c14916b122fc9416b0dfb8318c39ab (patch) | |
tree | ad5fa737c1ce4ebdee18ca6e0e025f18cc3c69a0 /tests | |
parent | 6d0831c52f89ce6e300861a17ca1541f287f9dfc (diff) |
tests: fix tests to compile again
Whoops, I totally forgot about them. Fix the headers to be compatible with
eloop again.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_include.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_include.h b/tests/test_include.h index 060c78c..fbab9ea 100644 --- a/tests/test_include.h +++ b/tests/test_include.h @@ -62,7 +62,7 @@ static int test_prepare(int argc, char **argv, struct ev_eloop **out) log_print_init(argv[0]); - ret = ev_eloop_new(&eloop); + ret = ev_eloop_new(&eloop, log_llog); if (ret) return ret; |