diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-08-12 06:41:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-08-12 06:41:40 +0000 |
commit | 2aff21f857bb31620f04041c8d16a0c817fc80df (patch) | |
tree | 7dc596c4b53c3aad6b8074883792b893c7467e86 /src/common | |
parent | 33d484bf10d4082e2f33e7778f79a163980891d0 (diff) | |
download | tor-2aff21f857bb31620f04041c8d16a0c817fc80df.tar tor-2aff21f857bb31620f04041c8d16a0c817fc80df.tar.gz |
Reorder includes so that fakepoll.c gets built when it should
svn:r384
Diffstat (limited to 'src/common')
-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 |