From: Rob Landley Date: Wed, 10 May 2006 17:41:21 +0000 (-0000) Subject: Shut up the warning "implicit declaration of strlen". X-Git-Tag: 1_2_0~391 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=094b9f7e1d3638006273adfeba5ceeb65cb7aeac;p=oweals%2Fbusybox.git Shut up the warning "implicit declaration of strlen". --- 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