X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;h=7b0050d699080d093861e79015be6a275ebb22b4;hb=574b380dfc75ef13ee4accba1f2416165c58a5a2;hp=a3a22e3fa0cd56feeee3733246a71b8c1230254c;hpb=8efc8dc961865ceddb74cb36f0b4a2ebde39cc55;p=tinc diff --git a/src/dropin.h b/src/dropin.h index a3a22e3f..7b0050d6 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 +#ifndef HAVE_USLEEP +extern void usleep(long long usec); +#endif + #endif /* __DROPIN_H__ */