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. --- lib/ipv6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ipv6.h') diff --git a/lib/ipv6.h b/lib/ipv6.h index 6f157cd..cf7a9bb 100644 --- a/lib/ipv6.h +++ b/lib/ipv6.h @@ -10,7 +10,7 @@ #define _BIRD_IPV6_H_ #include -#include +#include "lib/string.h" typedef struct ipv6_addr { u32 addr[4]; -- cgit v1.2.3