From 995916094e4d88d7a971e7c39aa18b70c6fe4d6e Mon Sep 17 00:00:00 2001 From: Rick L Bird Date: Thu, 5 May 2011 17:36:06 -0400 Subject: [PATCH] Minor fix on order of poll header --- src/bsd.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/bsd.c b/src/bsd.c index 7dd473b..afe8ce5 100644 --- a/src/bsd.c +++ b/src/bsd.c @@ -86,9 +86,6 @@ #include #include #include -#ifdef HAVE_POLL_H -#include -#endif #ifdef HAVE_SYS_INOTIFY_H #include @@ -97,6 +94,10 @@ #ifdef HAVE_FAM_H #include #endif +#ifdef HAVE_POLL_H +#include +#endif + #include "conf.h" -- 2.30.2