From f747810f2da205b86f4f79135eb711756bf1a298 Mon Sep 17 00:00:00 2001 From: landley Date: Wed, 10 May 2006 17:41:21 +0000 Subject: Shut up the warning "implicit declaration of strlen". git-svn-id: svn://busybox.net/trunk/busybox@15055 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- util-linux/switch_root.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index 74439291c..9815a6d9e 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3-55-g6feb