X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fdropin.h;h=dc7dbee22aabb1791530d35e6972e5642bb8c09d;hp=22fe36d394f683eb30b8c086c5dc543475f94750;hb=0a84f9cb8f52f2d2b4f03a5ad5ef9dfcd3509033;hpb=67766d65f06854ee894d784f638c5c9cd2b50bca diff --git a/lib/dropin.h b/lib/dropin.h index 22fe36d3..dc7dbee2 100644 --- a/lib/dropin.h +++ b/lib/dropin.h @@ -42,7 +42,7 @@ extern int gettimeofday(struct timeval *, void *); #endif #ifndef HAVE_USLEEP -extern int usleep(long); +extern int usleep(long long); #endif #endif /* __DROPIN_H__ */