X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=lib%2Fdropin.h;h=a4d924803130321ec1a1ef36e96661f6d276b76c;hb=8d18cc6c4e625625a2437d26c587f9f382a0c589;hp=d5cf6d2c104de54cc9c9bf42836209fb69a2f713;hpb=e2e6ec8050274b0a8678d6fc263e7dc4ef66feae;p=tinc diff --git a/lib/dropin.h b/lib/dropin.h index d5cf6d2c..a4d92480 100644 --- a/lib/dropin.h +++ b/lib/dropin.h @@ -41,7 +41,7 @@ extern int vasprintf(char **, const char *, va_list ap); extern int gettimeofday(struct timeval *, void *); #endif -#ifdef HAVE_MINGW +#ifndef HAVE_USLEEP extern int usleep(long); #endif