diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-09-10 20:29:30 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-09-10 20:29:30 +0000 |
commit | 9b11e2e558cdee65b42ffd56601488ec3cbce534 (patch) | |
tree | cfac16c5acaf8c34350246e08c04960b8d9ae356 /protocols/Tox/src/common.h | |
parent | b8a7168685627ff4ea79dcaf3d917f6b40a23f3b (diff) |
Tox:
- reworked searching
- updated tox core
- updated icon
git-svn-id: http://svn.miranda-ng.org/main/trunk@10423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 9ee450e5c2..240b8817d7 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -3,6 +3,7 @@ #include <winsock2.h>
#include <windows.h>
+#include <windns.h>
#include <time.h>
#include <string>
@@ -30,6 +31,7 @@ #include <m_message.h>
#include <tox.h>
+#include <toxdns.h>
#include "version.h"
#include "resource.h"
|