diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2015-05-16 17:58:06 +0000 |
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-05-16 17:58:06 +0000 |
| commit | b6aaf5fb96db808ae73415c54588e987f66bc242 (patch) | |
| tree | 44a1a1913b933653062c013a98c3fb94203a4cc7 /plugins/CmdLine/MimCmd/src/common.h | |
| parent | 8afb55f81f38daef246b9cdb82b680ef8538881d (diff) | |
fix for strncat use
git-svn-id: http://svn.miranda-ng.org/main/trunk@13630 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine/MimCmd/src/common.h')
| -rw-r--r-- | plugins/CmdLine/MimCmd/src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CmdLine/MimCmd/src/common.h b/plugins/CmdLine/MimCmd/src/common.h index fddbf01649..2b6057ec9c 100644 --- a/plugins/CmdLine/MimCmd/src/common.h +++ b/plugins/CmdLine/MimCmd/src/common.h @@ -27,6 +27,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <newpluginapi.h>
#include <m_langpack.h>
+#include <m_system.h>
+#include <m_system_cpp.h>
#include "..\..\src\mimcmd_ipc.h"
#include "version.h"
|
