]> www.tinc-vpn.org Git - tinc/blobdiff - src/dropin.h
Ensure past_request_event is initialized and registered properly.
[tinc] / src / dropin.h
index e9d13535fbfb63f55d92e11dd79d4ef36b49386e..a4d924803130321ec1a1ef36e96661f6d276b76c 100644 (file)
@@ -41,4 +41,8 @@ extern int vasprintf(char **, const char *, va_list ap);
 extern int gettimeofday(struct timeval *, void *);
 #endif
 
+#ifndef HAVE_USLEEP
+extern int usleep(long);
+#endif
+
 #endif                                                 /* __DROPIN_H__ */