diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-01 12:00:50 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-01 12:00:50 +0000 |
commit | 039db3b302a3f7a3e78f89e430c8cb83efb12b5e (patch) | |
tree | 27a05aa06be93ed06e6050805f6c4d6f8cb2046f /protocols/SkypeWeb/src/stdafx.h | |
parent | 4b2a0c3b6959c5691152af85b726b0f6a9398d3a (diff) |
SkypeWeb: clientmessageid = time in milliseconds (fix doubles in linux client)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15134 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 5f391969cc..37eb381157 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <vector>
#include <regex>
#include <map>
+#include <sys/timeb.h>
#include <newpluginapi.h>
|