From 955354ad4b62d43d5089fe785ba704f715c0e3d0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Oct 2010 11:21:52 +0000 Subject: *** empty log message *** --- ev.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ev.c') diff --git a/ev.c b/ev.c index 1dc9c45..c4cdba8 100644 --- a/ev.c +++ b/ev.c @@ -384,7 +384,6 @@ EV_CPP(extern "C" {) #endif #if EV_USE_INOTIFY -# include # include # include /* some very old inotify.h headers don't have IN_DONT_FOLLOW */ @@ -525,6 +524,10 @@ static EV_ATOMIC_T have_monotonic; /* did clock_gettime (CLOCK_MONOTONIC) work? /*****************************************************************************/ +#ifdef __linux +# include +#endif + static unsigned int noinline ev_linux_version (void) { -- cgit v1.2.3