svn commit: trunk/busybox/util-linux
landley at busybox.net
landley at busybox.net
Wed May 10 17:41:24 UTC 2006
Author: landley
Date: 2006-05-10 10:41:21 -0700 (Wed, 10 May 2006)
New Revision: 15055
Log:
Shut up the warning "implicit declaration of strlen".
Modified:
trunk/busybox/util-linux/switch_root.c
Changeset:
Modified: trunk/busybox/util-linux/switch_root.c
===================================================================
--- trunk/busybox/util-linux/switch_root.c 2006-05-10 17:18:11 UTC (rev 15054)
+++ trunk/busybox/util-linux/switch_root.c 2006-05-10 17:41:21 UTC (rev 15055)
@@ -9,6 +9,7 @@
#include <dirent.h>
#include <fcntl.h>
#include <stdio.h>
+#include <string.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <sys/types.h>
More information about the busybox-cvs
mailing list