diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-28 15:43:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-28 15:43:44 +0000 |
commit | 7666c2ce26dd9a6e2fb129dea4d2fad9bcdbe591 (patch) | |
tree | e6fa63a806ef6e62e06ec56177a02898a9db9d6f /plugins/YahooGroups/src/commonheaders.h | |
parent | b894583716289087a7144fd770d1a5f96bca82cd (diff) |
unsafe strncat removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YahooGroups/src/commonheaders.h')
-rw-r--r-- | plugins/YahooGroups/src/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/YahooGroups/src/commonheaders.h b/plugins/YahooGroups/src/commonheaders.h index 61d51f6236..db316c3b18 100644 --- a/plugins/YahooGroups/src/commonheaders.h +++ b/plugins/YahooGroups/src/commonheaders.h @@ -34,6 +34,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_options.h>
#include <m_protosvc.h>
#include <m_popup.h>
+#include <m_string.h>
#include <win2k.h>
#include "version.h"
|