X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;h=a4d924803130321ec1a1ef36e96661f6d276b76c;hb=15a110013b50c53e4d943b9251ed94d0cbdfea85;hp=e9d13535fbfb63f55d92e11dd79d4ef36b49386e;hpb=886a6f61a1f4cc48a77b42d10f34f9126377d904;p=tinc diff --git a/src/dropin.h b/src/dropin.h index e9d13535..a4d92480 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 int usleep(long); +#endif + #endif /* __DROPIN_H__ */