diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-03-23 11:45:21 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-03-23 11:45:21 +0200 |
commit | a65a64f8e07a3d84da72208261a6feca92d00335 (patch) | |
tree | 2a77908c5a81f9794a88f53239ff84e9b3e9c097 | |
parent | Merge pull request #1905 (diff) | |
parent | Fix freebsd build (diff) | |
download | monero-a65a64f8e07a3d84da72208261a6feca92d00335.tar.xz |
Merge pull request #1907
287ef36e Fix freebsd build (Lee Clagett)
-rw-r--r-- | contrib/epee/src/string_tools.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/epee/src/string_tools.cpp b/contrib/epee/src/string_tools.cpp index c861cb1d6..d04b16b75 100644 --- a/contrib/epee/src/string_tools.cpp +++ b/contrib/epee/src/string_tools.cpp @@ -30,6 +30,7 @@ # include <winsock2.h> #else # include <arpa/inet.h> +# include <netinet/in.h> #endif namespace epee |