X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fdropin.h;h=3617b70e2b172083c83df9bf44213db3b2560a90;hb=c6c989cfa175154f4cd3830c5a77fbd2071f52af;hp=7b0050d699080d093861e79015be6a275ebb22b4;hpb=18e9839dc861c368141bbbc9a963f719a83eba3e;p=meshlink 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__ */