X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fdropin.h;h=dc7dbee22aabb1791530d35e6972e5642bb8c09d;hp=22fe36d394f683eb30b8c086c5dc543475f94750;hb=e16ead8dd9d4600664058069f0695832dfe068b2;hpb=50fcfea127c9d2fdf8894498a9fdcc6fb3bbb2ce 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__ */