X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fdropin.h;h=22fe36d394f683eb30b8c086c5dc543475f94750;hp=d5cf6d2c104de54cc9c9bf42836209fb69a2f713;hb=dc887f5011834d5a9a6ec5deb8781c6bfd88c474;hpb=e2e6ec8050274b0a8678d6fc263e7dc4ef66feae diff --git a/lib/dropin.h b/lib/dropin.h index d5cf6d2c..22fe36d3 100644 --- a/lib/dropin.h +++ b/lib/dropin.h @@ -1,7 +1,7 @@ /* dropin.h -- header file for dropin.c Copyright (C) 2000-2005 Ivo Timmermans, - 2000-2009 Guus Sliepen + 2000-2011 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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