--- libssh2-1.2.1-20090917\src\misc.h	2009-08-19 21:02:05.000000000 -0500
+++ libssh2-working\src\misc.h	2009-09-18 12:41:27.000000000 -0500
@@ -66,7 +66,13 @@
 
 /* remove this node from the list */
 void _libssh2_list_remove(struct list_node *entry);
 
 size_t _libssh2_base64_encode(struct _LIBSSH2_SESSION *session,
                               const char *inp, size_t insize, char **outptr);
+							  
+#ifdef WIN32
+int __cdecl gettimeofday(struct timeval *tp,
+                         void *tzp);
+#endif	
+					 
 #endif /* _LIBSSH2_MISC_H */
