add missing wincrypt.h

This commit is contained in:
Mark Brand 2012-11-12 12:22:03 +01:00
parent 6ae75bc971
commit fa97c5e2d8

View File

@ -36,6 +36,7 @@
#include <process.h> #include <process.h>
#include <windows.h> // for winnls.h #include <windows.h> // for winnls.h
#include <winsock2.h> // for WSAStartup() #include <winsock2.h> // for WSAStartup()
#include <wincrypt.h>
#ifdef VMIME_HAVE_MLANG_H #ifdef VMIME_HAVE_MLANG_H
# include <mlang.h> # include <mlang.h>