diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-23 05:17:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-23 05:17:35 +0000 |
commit | b42fe046c66bcdfbce14bac30e2d9f10d5172541 (patch) | |
tree | 9cdd8d2173217db30ffcbe6666004ac3a295eebe /protocols/Skype/src/skype_proto.h | |
parent | 7e30d516e63cd31bfb40ba7b18db9a36cc0a9614 (diff) |
timezones should be working. not compile, not test
git-svn-id: http://svn.miranda-ng.org/main/trunk@2057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 2f2c48bbd7..4f06f95746 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -2,6 +2,7 @@ #include "skype.h"
#include <time.h>
+#include <stdlib.h>
struct CSkypeProto;
|