X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fdropin.h;h=a4d924803130321ec1a1ef36e96661f6d276b76c;hp=d10648578f54108146cb4b1a1d3fe2cd5e26e4b1;hb=b3731c04097e66a6b8908bb893c5da831d89c04d;hpb=c23fcf555ee4b69f03b76a0ffb731c3a475a77e7 diff --git a/lib/dropin.h b/lib/dropin.h index d1064857..a4d92480 100644 --- a/lib/dropin.h +++ b/lib/dropin.h @@ -13,11 +13,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - $Id$ + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef __DROPIN_H__ @@ -43,4 +41,8 @@ extern int vasprintf(char **, const char *, va_list ap); extern int gettimeofday(struct timeval *, void *); #endif +#ifndef HAVE_USLEEP +extern int usleep(long); +#endif + #endif /* __DROPIN_H__ */