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