diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-24 17:15:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-24 17:15:23 +0000 |
commit | ae470b566ef8e3e6222a717c53a45a38c8c43bbd (patch) | |
tree | e7d71fa4b2068334af881c0d58092b50aad966ce /plugins/AVS/src/commonheaders.h | |
parent | 9f7c414998d224c24d8337bb96f9694725740094 (diff) |
- AVS_path* functions replaced with the core analogs;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@9934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/commonheaders.h')
-rw-r--r-- | plugins/AVS/src/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AVS/src/commonheaders.h b/plugins/AVS/src/commonheaders.h index 87f8044d8d..a84d746d3a 100644 --- a/plugins/AVS/src/commonheaders.h +++ b/plugins/AVS/src/commonheaders.h @@ -44,6 +44,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_metacontacts.h>
#include <m_avatarhistory.h>
#include <m_flash.h>
+#include <m_clistint.h>
#include "resource.h"
#include "version.h"
|