summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r--protocols/Tox/src/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h
index 71a16fb1ae..d47f2401bf 100644
--- a/protocols/Tox/src/common.h
+++ b/protocols/Tox/src/common.h
@@ -21,6 +21,8 @@
#include <m_clist.h>
#include <m_options.h>
#include <m_netlib.h>
+#include <m_popup.h>
+#include <m_icolib.h>
#include "tox\tox.h"
@@ -30,6 +32,8 @@
extern HINSTANCE g_hInstance;
+#define MODULE "Tox"
+
#define TOX_SETTINGS_ID "ToxID"
#define TOX_SETTINGS_ADDRES "ToxAddress"
#define TOX_SETTINGS_GROUP "DefaultGroup"