X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;h=3617b70e2b172083c83df9bf44213db3b2560a90;hb=c6c989cfa175154f4cd3830c5a77fbd2071f52af;hp=a3a22e3fa0cd56feeee3733246a71b8c1230254c;hpb=79e9a4f743b7b59fed968575f6b36171cf4a0063;p=tinc diff --git a/src/dropin.h b/src/dropin.h index a3a22e3f..3617b70e 100644 --- a/src/dropin.h +++ b/src/dropin.h @@ -41,4 +41,8 @@ extern int vasprintf(char **, const char *, va_list ap); extern int gettimeofday(struct timeval *, void *); #endif +#ifndef HAVE_USLEEP +extern int usleep(long long usec); +#endif + #endif /* __DROPIN_H__ */