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/MimCmd/src/common.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/MimCmd/src/common.h')
-rw-r--r-- | plugins/CmdLine/MimCmd/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CmdLine/MimCmd/src/common.h b/plugins/CmdLine/MimCmd/src/common.h index 2b6057ec9c..675276cf09 100644 --- a/plugins/CmdLine/MimCmd/src/common.h +++ b/plugins/CmdLine/MimCmd/src/common.h @@ -29,6 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_langpack.h>
#include <m_system.h>
#include <m_system_cpp.h>
+#include <m_string.h>
#include "..\..\src\mimcmd_ipc.h"
#include "version.h"
|