X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.c;h=a6f6e4636a5b7043b99070404ba301ac839f1420;hp=3d9b28bd24a24b7d158e753e74baaa5211d05e87;hb=b0a4f7b5551cae6fb5af2eb4bcb0dfb3443f7d89;hpb=e449d94caef963809d417f16497f6f978e10d731 diff --git a/src/route.c b/src/route.c index 3d9b28bd..a6f6e463 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.1.2.59 2003/07/17 15:06:27 guus Exp $ + $Id: route.c,v 1.1.2.60 2003/07/18 12:16:24 guus Exp $ */ #include "system.h" @@ -44,6 +44,9 @@ #include "avl_tree.h" #include "connection.h" #include "device.h" +#include "ethernet.h" +#include "ipv4.h" +#include "ipv6.h" #include "logger.h" #include "net.h" #include "protocol.h"