X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.c;h=1d2eafaa58957965af87fad9c1f2b64321fc0d93;hp=0496721a87dc1ed1b14bd20d4a5b54eca6eb89c4;hb=e26dd564163fca001ab1694a51e7412f9ac970de;hpb=72cd8938e2c759905666ea7d2c90dc1f0b2e2cd5 diff --git a/src/route.c b/src/route.c index 0496721a..1d2eafaa 100644 --- a/src/route.c +++ b/src/route.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: route.c,v 1.2 2002/04/09 15:26:01 zarq Exp $ + $Id: route.c,v 1.3 2002/04/13 11:07:12 zarq Exp $ */ #include "config.h" @@ -38,7 +38,6 @@ #include #include #include -#include #include #include @@ -49,6 +48,7 @@ #include "route.h" #include "protocol.h" #include "device.h" +#include "logging.h" #include "system.h"