diff options
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index f50d7393d2..545600d409 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -26,6 +26,7 @@ #include <m_icolib.h>
#include <m_userinfo.h>
#include <m_addcontact.h>
+#include <m_message.h>
#include "tox\tox.h"
@@ -41,4 +42,6 @@ extern HINSTANCE g_hInstance; #define TOX_SETTINGS_ID "ToxID"
#define TOX_SETTINGS_GROUP "DefaultGroup"
+#define TOX_DB_EVENT_TYPE_ACTION 10001
+
#endif //_COMMON_H_
\ No newline at end of file |