Shut up the warning "implicit declaration of strlen".
authorRob Landley <rob@landley.net>
Wed, 10 May 2006 17:41:21 +0000 (17:41 -0000)
committerRob Landley <rob@landley.net>
Wed, 10 May 2006 17:41:21 +0000 (17:41 -0000)
util-linux/switch_root.c

index 74439291c8b287ca6f60914357fbfc16a5629465..9815a6d9e637b3c0c1a45f077b62288aaaf1842a 100644 (file)
@@ -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>