X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=have.h;h=e0652a9daf41df4dfa34daefade0d7d43369fd0e;hb=9b129c07e273ae113f3c67a9feeee82e8146f3a1;hp=cd7ad06c9c0190dad11dd84e36740432fae5bbda;hpb=64e4c12778697f71ad3fcf33ee6cf1066322caa5;p=tinc diff --git a/have.h b/have.h index cd7ad06c..e0652a9d 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-2005 Guus Sliepen + Copyright (C) 1998-2005 Ivo Timmermans + 2003-2006 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 @@ -57,6 +57,10 @@ #include #endif +#ifdef HAVE_TIME_H +#include +#endif + #ifdef HAVE_SYS_TYPES_H #include #endif @@ -165,4 +169,8 @@ #include #endif +#ifdef HAVE_LIBEVENT +#include +#endif + #endif /* __TINC_SYSTEM_H__ */