From: Rick L Bird Date: Thu, 5 May 2011 21:36:06 +0000 (-0400) Subject: Minor fix on order of poll header X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=995916094e4d88d7a971e7c39aa18b70c6fe4d6e;p=cobramush.git Minor fix on order of poll header --- 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"