X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_subnet.c;h=2eade14f8a30631986930ca65e4f642ab0e5e606;hp=9d93dfbff58eaa3b352454df9ec7a982a542f242;hb=e26dd564163fca001ab1694a51e7412f9ac970de;hpb=72cd8938e2c759905666ea7d2c90dc1f0b2e2cd5 diff --git a/src/protocol_subnet.c b/src/protocol_subnet.c index 9d93dfbf..2eade14f 100644 --- a/src/protocol_subnet.c +++ b/src/protocol_subnet.c @@ -17,14 +17,13 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: protocol_subnet.c,v 1.2 2002/04/09 15:26:01 zarq Exp $ + $Id: protocol_subnet.c,v 1.3 2002/04/13 11:07:12 zarq Exp $ */ #include "config.h" #include #include -#include #include #include #include @@ -42,6 +41,7 @@ #include "node.h" #include "edge.h" #include "graph.h" +#include "logging.h" #include "system.h"