From 7a5605caed9da54c5b02d99104e68b8b96cc3c1b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 22 Apr 2012 10:14:20 +0000 Subject: *** empty log message *** --- ev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev.c') diff --git a/ev.c b/ev.c index cc8285d..449556d 100644 --- a/ev.c +++ b/ev.c @@ -361,7 +361,7 @@ /* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */ /* which makes programs even slower. might work on other unices, too. */ #if EV_USE_CLOCK_SYSCALL -# include +# include # ifdef SYS_clock_gettime # define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts)) # undef EV_USE_MONOTONIC -- cgit v1.2.3