aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/md5_l.inl
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-19 22:55:39 +0200
committerRiccardo Spagni <ric@spagni.net>2017-03-19 22:55:39 +0200
commitc97005723c6eb027f8d57c0809ec29b6b5ccb39d (patch)
treeedb3657b0a06ac339b0b19988634845a4399f8e3 /contrib/epee/include/md5_l.inl
parentMerge pull request #1889 (diff)
parentRemoved boost/asio.hpp include from epee/string_tools.h (diff)
downloadmonero-c97005723c6eb027f8d57c0809ec29b6b5ccb39d.tar.xz
Merge pull request #1890
50cd179a Removed boost/asio.hpp include from epee/string_tools.h (Lee Clagett)
Diffstat (limited to 'contrib/epee/include/md5_l.inl')
-rw-r--r--contrib/epee/include/md5_l.inl13
1 files changed, 5 insertions, 8 deletions
diff --git a/contrib/epee/include/md5_l.inl b/contrib/epee/include/md5_l.inl
index 2aa881092..8e339e006 100644
--- a/contrib/epee/include/md5_l.inl
+++ b/contrib/epee/include/md5_l.inl
@@ -58,14 +58,11 @@ These notices must be retained in any copies of any part of this
documentation and/or software.
*/
-/* do i need all of this just for htonl()? damn. */
-//#include <sys/types.h>
-//#include <sys/param.h>
-//#include <sys/socket.h>
-//#include <netinet/in.h>
-
-
-
+#ifdef _WIN32
+# include <winsock2.h>
+#else
+# include <arpa/inet.h>
+#endif
#include "md5global.h"
#include "md5_l.h"
#include "hmac-md5.h"