aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-08-12 06:41:40 +0000
committerNick Mathewson <nickm@torproject.org>2003-08-12 06:41:40 +0000
commit2aff21f857bb31620f04041c8d16a0c817fc80df (patch)
tree7dc596c4b53c3aad6b8074883792b893c7467e86
parent33d484bf10d4082e2f33e7778f79a163980891d0 (diff)
downloadtor-2aff21f857bb31620f04041c8d16a0c817fc80df.tar
tor-2aff21f857bb31620f04041c8d16a0c817fc80df.tar.gz
Reorder includes so that fakepoll.c gets built when it should
svn:r384
-rw-r--r--src/common/fakepoll.c2
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