Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2015-11-08 01:57:43 +0300
committerEion Robb <eion@robbmob.com>2015-11-08 01:57:43 +0300
commit0a2100d1832e5d44917a68472fa0931230ffffa8 (patch)
tree8a5071d480d7be66425816e0b83dbbe34ae99f75
parent71fc53ee1af991e95617682e50f20b6bd2c7f85f (diff)
SkypeWeb : Fix for compiling with MSVC
-rw-r--r--skypeweb/libskypeweb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index d750212..22443c8 100644
--- a/skypeweb/libskypeweb.h
+++ b/skypeweb/libskypeweb.h
@@ -28,8 +28,8 @@
#include <string.h>
#include <glib/gi18n.h>
#include <sys/types.h>
-#include <sys/time.h>
#ifdef __GNUC__
+ #include <sys/time.h>
#include <unistd.h>
#endif