From bd871e08481e5ccc384080227e4bac69a68259d8 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 29 Jul 2012 12:38:34 +0000 Subject: Fixed *nix compilation for md5.cpp git-svn-id: http://mc-server.googlecode.com/svn/trunk@705 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/md5/md5.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/md5/md5.cpp') diff --git a/source/md5/md5.cpp b/source/md5/md5.cpp index e1012d268..eae0fc3f2 100644 --- a/source/md5/md5.cpp +++ b/source/md5/md5.cpp @@ -33,6 +33,13 @@ documentation and/or software. /* interface header */ #include "md5.h" +/* system implementation headers */ +#include + +#ifndef _WIN32 + #include +#endif + -- cgit v1.2.3