diff options
-rw-r--r-- | src/common/fakepoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index b059da571..d2928761c 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -7,6 +7,7 @@ */ #include "orconfig.h" +#include "fakepoll.h" #ifdef USE_FAKE_POLL #include <sys/types.h> #ifdef HAVE_UNISTD_H @@ -22,7 +23,6 @@ #include <winsock.h> #endif -#include "fakepoll.h" #include "util.h" int |