mirror of https://github.com/mirror/busybox.git
Fix missing header file.
parent
8ec10a9483
commit
ceade5c856
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "busybox.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int dos2unix_main( int argc, char **argv ) {
|
||||
int c;
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "busybox.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int dos2unix_main( int argc, char **argv ) {
|
||||
int c;
|
||||
|
|
Loading…
Reference in New Issue