X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;h=c6cabba6c17e1437f2be34ec4f1ae3ec5974e0cb;hb=d917c8cb6b69475d568ccbe82389b9f2b3eb5e80;hp=7b0050d699080d093861e79015be6a275ebb22b4;hpb=574b380dfc75ef13ee4accba1f2416165c58a5a2;p=tinc diff --git a/src/dropin.h b/src/dropin.h index 7b0050d6..c6cabba6 100644 --- a/src/dropin.h +++ b/src/dropin.h @@ -42,7 +42,7 @@ extern int gettimeofday(struct timeval *, void *); #endif #ifndef HAVE_USLEEP -extern void usleep(long long usec); +extern int usleep(long long usec); #endif -#endif /* __DROPIN_H__ */ +#endif /* __DROPIN_H__ */