From: Michihiro NAKAJIMA Date: Sat, 15 May 2010 06:13:13 +0000 (-0400) Subject: Msys requires wincypt.h to use CALG_* macros. X-Git-Tag: v3.0.0a~1002 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=765a5d3fd1aa4211fc951d0414686d00926e2154;p=thirdparty%2Flibarchive.git Msys requires wincypt.h to use CALG_* macros. SVN-Revision: 2402 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fc19db0a1..961333859 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -362,6 +362,7 @@ MACRO(CHECK_HASH_WIN HASH_LIST) #define _WIN32_WINNT ${_WIN32_WINNT} #define WINVER ${WINVER} #include +#include int main(int argc, char **argv)