diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-07 15:11:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-07 15:11:39 +0000 |
commit | 78e6babcd3be8a6e2121268a68bcd0c2ce9bc59d (patch) | |
tree | 5a04bbfe89c136b155b3c4d01c5b4366c75dae7c /protocols | |
parent | c625ddaf81f7481bffcd528ed3012fdc3a6bc8e1 (diff) |
missing headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@2233 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/JabberG/src/jabber.h | 1 | ||||
-rw-r--r-- | protocols/MSN/src/msn_global.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index cfb87c90ab..a585b8b3ac 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -77,6 +77,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_timezones.h>
#include <m_jabber.h>
#include <m_fingerprint.h>
+#include <m_extraicons.h>
#include <win2k.h>
#include "../../plugins/zlib/src/zlib.h"
diff --git a/protocols/MSN/src/msn_global.h b/protocols/MSN/src/msn_global.h index 0e348901f7..5b4bf32aef 100644 --- a/protocols/MSN/src/msn_global.h +++ b/protocols/MSN/src/msn_global.h @@ -64,6 +64,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_chat.h>
#include <m_avatars.h>
#include <m_timezones.h>
+#include <m_extraicons.h>
#include "m_proto_listeningto.h"
#include "m_folders.h"
|