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/rip/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip/auth.c') diff --git a/proto/rip/auth.c b/proto/rip/auth.c index a14cb95..b18c2b4 100644 --- a/proto/rip/auth.c +++ b/proto/rip/auth.c @@ -9,7 +9,6 @@ #define LOCAL_DEBUG -#include #include #include "nest/bird.h" @@ -21,6 +20,7 @@ #include "lib/lists.h" #include "lib/timer.h" #include "lib/md5.h" +#include "lib/string.h" #include "rip.h" -- cgit v1.2.3