X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;h=a4d924803130321ec1a1ef36e96661f6d276b76c;hb=95d8811c2cef8bcde78e1f172f6c57c25cd487aa;hp=e9d13535fbfb63f55d92e11dd79d4ef36b49386e;hpb=35b1c25093a478d20e01f0ff391c9cdc9c41c2b8;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__ */