projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68305db
)
Minor fix on order of poll header
author
Rick L Bird
<nveid@yahoo.com>
Thu, 5 May 2011 21:36:06 +0000
(17:36 -0400)
committer
Rick L Bird
<nveid@yahoo.com>
Thu, 5 May 2011 21:36:06 +0000
(17:36 -0400)
src/bsd.c
patch
|
blob
|
history
diff --git
a/src/bsd.c
b/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>
@@
-97,6
+94,10
@@
#ifdef HAVE_FAM_H
#include <fam.h>
#endif
+#ifdef HAVE_POLL_H
+#include <poll.h>
+#endif
+
#include "conf.h"