diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-12 19:51:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-12 19:51:48 +0000 |
commit | 72eb97b648861bcd03744a027eb09d0410acdf1e (patch) | |
tree | e867e779c9ed9edecba9e4e31cd062d338cacad3 /src/core/stdcrypt/commonheaders.h | |
parent | fd82bb19cb63232fbd5efff23ee2941d648047a9 (diff) |
first MS_CRYPTO_REGISTER_ENGINE implementation
git-svn-id: http://svn.miranda-ng.org/main/trunk@6879 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdcrypt/commonheaders.h')
-rw-r--r-- | src/core/stdcrypt/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdcrypt/commonheaders.h b/src/core/stdcrypt/commonheaders.h index 4edcc6e358..a16eb54b8e 100644 --- a/src/core/stdcrypt/commonheaders.h +++ b/src/core/stdcrypt/commonheaders.h @@ -65,6 +65,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_icolib.h>
#include <m_modernopt.h>
#include <m_timezones.h>
+#include <m_crypto.h>
#include "version.h"
|