diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-09 16:01:49 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-09 16:01:49 +0000 |
commit | 681ba8556e859f38a0d7c910e9d40a9a917b3280 (patch) | |
tree | 9d4bf58947cbf5c2734e6d3f874182620d5bace1 /protocols/Tox/src/common.h | |
parent | 4156a5c95e9ac029bfd6c08dbebba3ff216c8b1d (diff) |
in debug you can see that it connects to network
git-svn-id: http://svn.miranda-ng.org/main/trunk@10137 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index c8bb724f73..00d98984d8 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -3,6 +3,7 @@ #include <winsock2.h>
#include <windows.h>
+#include <time.h>
#include <newpluginapi.h>
|