X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.c;h=1b6336dcd168488886aaff62b1c17140126be4b4;hp=3264d56003b6b8d6b4848a34c4dd97b68611aa87;hb=65247c063b36a76dd68156fe17b017c7460d982f;hpb=4e959ee40542733e647c36831c1fc87ed8098233 diff --git a/src/route.c b/src/route.c index 3264d560..1b6336dc 100644 --- a/src/route.c +++ b/src/route.c @@ -17,12 +17,16 @@ 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.8 2001/05/25 11:54:28 guus Exp $ + $Id: route.c,v 1.1.2.9 2001/05/28 08:21:43 guus Exp $ */ #include "config.h" -#include +#ifdef HAVE_FREEBSD + #include +#else + #include +#endif #include #include #include