X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=have.h;h=72af069884f8e1a0d077cbe8edbfd61618c45ee4;hp=9e154d6600fa47984ccd5e85c2337d823b3c611f;hb=7d76e287598c8c18cadfb5818046d9dd1b0ad881;hpb=046d83bf91e01bc7a32e66a02758caf228bc4601 diff --git a/have.h b/have.h index 9e154d66..72af0698 100644 --- a/have.h +++ b/have.h @@ -1,7 +1,7 @@ /* have.h -- include headers which are known to exist Copyright (C) 1998-2005 Ivo Timmermans - 2003-2009 Guus Sliepen + 2003-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 @@ -71,6 +71,10 @@ #include #endif +#ifdef HAVE_TIME_H +#include +#endif + #ifdef HAVE_SYS_TYPES_H #include #endif