X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.c;h=30b819f1d056eeb8215f8e92911fc19494be7e76;hp=4bec8a83a8f1545164548da987d255287c1d192b;hb=b541c7fe97c15615d07aa861f848cf7c4f32f876;hpb=fa8faff84bbbeb818adaea80d7bf9e12e0074978 diff --git a/src/connection.c b/src/connection.c index 4bec8a83..30b819f1 100644 --- a/src/connection.c +++ b/src/connection.c @@ -17,13 +17,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: connection.c,v 1.2 2002/04/09 15:26:00 zarq Exp $ + $Id: connection.c,v 1.2.2.1 2002/04/14 09:31:20 zarq Exp $ */ #include "config.h" #include -#include #include #include @@ -36,6 +35,7 @@ #include "conf.h" #include #include "subnet.h" +#include "logging.h" #include "xalloc.h" #include "system.h"