diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-05 12:47:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-05 12:47:07 +0000 |
commit | 8717c665cc0c324e3732a3350571069d9aecf539 (patch) | |
tree | bea28e690e42a5a687dc872fc489eb844217ad86 /plugins/NewAwaySysMod/src/Common.h | |
parent | 61b47480e829441e8411bab1ca88eef4d8882dd3 (diff) |
some useless malloc() calls removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/src/Common.h')
-rw-r--r-- | plugins/NewAwaySysMod/src/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewAwaySysMod/src/Common.h b/plugins/NewAwaySysMod/src/Common.h index f9ca1ef548..178eb52bfb 100644 --- a/plugins/NewAwaySysMod/src/Common.h +++ b/plugins/NewAwaySysMod/src/Common.h @@ -29,6 +29,7 @@ #include <windows.h>
#include <stdio.h>
#include <stdlib.h>
+#include <malloc.h>
#include <CommCtrl.h>
#include <commdlg.h>
#include <Uxtheme.h>
|