diff options
-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"
|