diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-06 20:43:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-06 20:43:53 +0000 |
commit | 74aabf4bccef1ebe3eace60a9694f44e9a0499ec (patch) | |
tree | 2bdb722b706c0a688fb5141ef4197827e61f747c /plugins/AssocMgr/common.h | |
parent | 83246d23d9e1c1feeaee267b9a1b68c4766e7114 (diff) |
that's all changes
git-svn-id: http://svn.miranda-ng.org/main/trunk@341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AssocMgr/common.h')
-rw-r--r-- | plugins/AssocMgr/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AssocMgr/common.h b/plugins/AssocMgr/common.h index 6f5592f524..9f6c0b7505 100644 --- a/plugins/AssocMgr/common.h +++ b/plugins/AssocMgr/common.h @@ -33,6 +33,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <stdio.h> /* for mir_snprintf() */
#include <Vsstyle.h>
#include <Vssym32.h>
+#include <malloc.h>
#define MIRANDA_VER 0x0A00
#include <newpluginapi.h>
|