X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;h=3617b70e2b172083c83df9bf44213db3b2560a90;hb=3fba80174dbe29bcfe0d121a2a1d2e61be5ee57b;hp=7b0050d699080d093861e79015be6a275ebb22b4;hpb=574b380dfc75ef13ee4accba1f2416165c58a5a2;p=tinc diff --git a/src/dropin.h b/src/dropin.h index 7b0050d6..3617b70e 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__ */