mirror of https://github.com/mirror/busybox.git
Whoops. Forgot to #include <getopt.h>.
parent
aa4f108338
commit
99e370f0c6
|
@ -26,6 +26,7 @@
|
|||
#include <unistd.h>
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
#include <getopt.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
extern int id_main(int argc, char **argv)
|
||||
|
|
Loading…
Reference in New Issue