projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b00e8
)
Shut up the warning "implicit declaration of strlen".
author
Rob Landley
<rob@landley.net>
Wed, 10 May 2006 17:41:21 +0000
(17:41 -0000)
committer
Rob Landley
<rob@landley.net>
Wed, 10 May 2006 17:41:21 +0000
(17:41 -0000)
util-linux/switch_root.c
patch
|
blob
|
history
diff --git
a/util-linux/switch_root.c
b/util-linux/switch_root.c
index 74439291c8b287ca6f60914357fbfc16a5629465..9815a6d9e637b3c0c1a45f077b62288aaaf1842a 100644
(file)
--- a/
util-linux/switch_root.c
+++ b/
util-linux/switch_root.c
@@
-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>