X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fdropin.h;h=dc7dbee22aabb1791530d35e6972e5642bb8c09d;hp=a4d924803130321ec1a1ef36e96661f6d276b76c;hb=e16ead8dd9d4600664058069f0695832dfe068b2;hpb=b3731c04097e66a6b8908bb893c5da831d89c04d diff --git a/lib/dropin.h b/lib/dropin.h index a4d92480..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 @@ -42,7 +42,7 @@ extern int gettimeofday(struct timeval *, void *); #endif #ifndef HAVE_USLEEP -extern int usleep(long); +extern int usleep(long long); #endif #endif /* __DROPIN_H__ */