diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-28 15:44:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-28 15:44:00 +0000 |
commit | ec112925e1c1419182451cc2f0f6e985d9ddb1de (patch) | |
tree | ea3083985a53f0f615e8407ee594d4c6eafd3db2 /plugins/CmdLine/src/commonheaders.h | |
parent | 7666c2ce26dd9a6e2fb129dea4d2fad9bcdbe591 (diff) |
unsafe strncat removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine/src/commonheaders.h')
-rw-r--r-- | plugins/CmdLine/src/commonheaders.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CmdLine/src/commonheaders.h b/plugins/CmdLine/src/commonheaders.h index ec60fefd5f..bd6e81d259 100644 --- a/plugins/CmdLine/src/commonheaders.h +++ b/plugins/CmdLine/src/commonheaders.h @@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <windows.h>
#include <malloc.h>
#include <time.h>
+#include <stdlib.h>
#include "newpluginapi.h"
#include "m_database.h"
@@ -37,6 +38,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "m_popup.h"
#include "m_message.h"
#include "m_ignore.h"
+#include "m_string.h"
#include "m_crashdumper.h"
#include "m_statusplugins.h"
|