X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;h=c6cabba6c17e1437f2be34ec4f1ae3ec5974e0cb;hb=d917c8cb6b69475d568ccbe82389b9f2b3eb5e80;hp=e9d13535fbfb63f55d92e11dd79d4ef36b49386e;hpb=886a6f61a1f4cc48a77b42d10f34f9126377d904;p=tinc diff --git a/src/dropin.h b/src/dropin.h index e9d13535..c6cabba6 100644 --- a/src/dropin.h +++ b/src/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,4 +41,8 @@ extern int vasprintf(char **, const char *, va_list ap); extern int gettimeofday(struct timeval *, void *); #endif -#endif /* __DROPIN_H__ */ +#ifndef HAVE_USLEEP +extern int usleep(long long usec); +#endif + +#endif /* __DROPIN_H__ */