diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-10-15 18:54:32 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-10-15 18:54:32 +0200 |
commit | b4126266d4da99b414c1a5f0496d04af3cc14232 (patch) | |
tree | ab83ddbe15eaa116d242f9c67471432922076488 /tests/unit_tests/epee_utils.cpp | |
parent | Merge pull request #2608 (diff) | |
parent | unit_tests: fix compiling on Windows (diff) | |
download | monero-b4126266d4da99b414c1a5f0496d04af3cc14232.tar.xz |
Merge pull request #2610
44c1d160 unit_tests: fix compiling on Windows (iDunk5400)
Diffstat (limited to 'tests/unit_tests/epee_utils.cpp')
-rw-r--r-- | tests/unit_tests/epee_utils.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/unit_tests/epee_utils.cpp b/tests/unit_tests/epee_utils.cpp index f6cb0c163..a13081491 100644 --- a/tests/unit_tests/epee_utils.cpp +++ b/tests/unit_tests/epee_utils.cpp @@ -37,9 +37,7 @@ #include <sstream> #include <vector> -#ifdef _WIN32 -# include <winsock.h> -#else +#ifndef _WIN32 # include <arpa/inet.h> #endif |