X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=lib%2Fdropin.h;h=a4d924803130321ec1a1ef36e96661f6d276b76c;hb=eacb5a28fb4c1515633f2b8a206e7067bc7b8f0c;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