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>
This commit is contained in:
parent
6d0831c52f
commit
8256ef6686
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user