summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c5
1 files changed, 4 insertions, 1 deletions
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 <sys/utsname.h>
# include <sys/statfs.h>
# include <sys/inotify.h>
/* 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 <sys/utsname.h>
+#endif
+
static unsigned int noinline
ev_linux_version (void)
{