diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-29 13:47:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-29 13:47:44 -0400 |
commit | 753797391f789700ccf7ec9123076405f250cb93 (patch) | |
tree | 6e66310fece598fc40bf8b8f1f6976c3e0085bb3 /src/common/compat.h | |
parent | d9052c629b94343aef63f4e8c891c9c0a9c097b5 (diff) | |
download | tor-753797391f789700ccf7ec9123076405f250cb93.tar.gz tor-753797391f789700ccf7ec9123076405f250cb93.zip |
More tweaks for windows compilation. (ick)
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index fbaeb6fe01..68985d8554 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -7,12 +7,12 @@ #define TOR_COMPAT_H #include "orconfig.h" -#include "torint.h" -#include "testsupport.h" #ifdef _WIN32 #include <winsock2.h> #include <ws2tcpip.h> #endif +#include "torint.h" +#include "testsupport.h" #ifdef HAVE_SYS_PARAM_H #include <sys/param.h> #endif |