X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fdropin.h;fp=lib%2Fdropin.h;h=d5cf6d2c104de54cc9c9bf42836209fb69a2f713;hp=e9d13535fbfb63f55d92e11dd79d4ef36b49386e;hb=e2e6ec8050274b0a8678d6fc263e7dc4ef66feae;hpb=930bf74fbe5ce8363b6cc2ae3a3e960e910e0996 diff --git a/lib/dropin.h b/lib/dropin.h index e9d13535..d5cf6d2c 100644 --- a/lib/dropin.h +++ b/lib/dropin.h @@ -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__ */