X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fdropin.h;h=dc7dbee22aabb1791530d35e6972e5642bb8c09d;hp=d5cf6d2c104de54cc9c9bf42836209fb69a2f713;hb=0a84f9cb8f52f2d2b4f03a5ad5ef9dfcd3509033;hpb=e2e6ec8050274b0a8678d6fc263e7dc4ef66feae diff --git a/lib/dropin.h b/lib/dropin.h index d5cf6d2c..dc7dbee2 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,8 +41,8 @@ extern int vasprintf(char **, const char *, va_list ap); extern int gettimeofday(struct timeval *, void *); #endif -#ifdef HAVE_MINGW -extern int usleep(long); +#ifndef HAVE_USLEEP +extern int usleep(long long); #endif #endif /* __DROPIN_H__ */