mirror of https://github.com/mirror/busybox.git
Shut up the warning "implicit declaration of strlen".
parent
06b00e8ba7
commit
094b9f7e1d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue