X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fdropin.h;h=c6cabba6c17e1437f2be34ec4f1ae3ec5974e0cb;hp=a3a22e3fa0cd56feeee3733246a71b8c1230254c;hb=d917c8cb6b69475d568ccbe82389b9f2b3eb5e80;hpb=ce8775000ab38229a78ecf3dc26bab008ca0f332 diff --git a/src/dropin.h b/src/dropin.h index a3a22e3f..c6cabba6 100644 --- a/src/dropin.h +++ b/src/dropin.h @@ -41,4 +41,8 @@ extern int vasprintf(char **, const char *, va_list ap); extern int gettimeofday(struct timeval *, void *); #endif -#endif /* __DROPIN_H__ */ +#ifndef HAVE_USLEEP +extern int usleep(long long usec); +#endif + +#endif /* __DROPIN_H__ */