Minor fix on order of poll header
authorRick L Bird <nveid@yahoo.com>
Thu, 5 May 2011 21:36:06 +0000 (17:36 -0400)
committerRick L Bird <nveid@yahoo.com>
Thu, 5 May 2011 21:36:06 +0000 (17:36 -0400)
src/bsd.c

index 7dd473b885d7ae9d53985db00b98f352602f9726..afe8ce5c210c4aa9c9f26ea4988da4370f64e73d 100644 (file)
--- a/src/bsd.c
+++ b/src/bsd.c
@@ -86,9 +86,6 @@
 #include <locale.h>
 #include <setjmp.h>
 #include <ltdl.h>
-#ifdef HAVE_POLL_H
-#include <poll.h>
-#endif
 
 #ifdef HAVE_SYS_INOTIFY_H
 #include <sys/inotify.h>
 #ifdef HAVE_FAM_H
 #include <fam.h>
 #endif
+#ifdef HAVE_POLL_H
+#include <poll.h>
+#endif
+
  
 #include "conf.h"