From 221135d6bf256c85b4aeb08881d6262f6eaadff4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 31 Mar 2000 23:30:21 +0000 Subject: Include "lib/string.h" instead of . It should give us bzero() and other non-portable functions on all systems. --- proto/ospf/topology.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'proto/ospf/topology.c') diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index 12eff1e..f32476d 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -9,9 +9,8 @@ #define LOCAL_DEBUG -#include - #include "nest/bird.h" +#include "lib/string.h" #include "ospf.h" -- cgit v1.2.3