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/slab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/slab.c') diff --git a/lib/slab.c b/lib/slab.c index 98c3ec5..e2e741c 100644 --- a/lib/slab.c +++ b/lib/slab.c @@ -9,10 +9,10 @@ */ #include -#include #include "nest/bird.h" #include "lib/resource.h" +#include "lib/string.h" #undef FAKE_SLAB /* Turn on if you want to debug memory allocations */ -- cgit v1.2.3