X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.c;h=1d2eafaa58957965af87fad9c1f2b64321fc0d93;hp=0496721a87dc1ed1b14bd20d4a5b54eca6eb89c4;hb=04d33be4bd102de67bb6dba5c449e12fea0db4d2;hpb=462ab530e546f5732dfd51134751da6f6910d679 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"