Provide usleep() for Windows.
[oweals/tinc.git] / lib / dropin.h
index e9d13535fbfb63f55d92e11dd79d4ef36b49386e..d5cf6d2c104de54cc9c9bf42836209fb69a2f713 100644 (file)
@@ -41,4 +41,8 @@ extern int vasprintf(char **, const char *, va_list ap);
 extern int gettimeofday(struct timeval *, void *);
 #endif
 
+#ifdef HAVE_MINGW
+extern int usleep(long);
+#endif
+
 #endif                                                 /* __DROPIN_H__ */