diff options
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/find.c | 2 | ||||
-rw-r--r-- | findutils/grep.c | 2 | ||||
-rw-r--r-- | findutils/which.c | 2 | ||||
-rw-r--r-- | findutils/xargs.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/findutils/find.c b/findutils/find.c index 1c209aea1..48faf2c30 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "internal.h" | 25 | #include "busybox.h" |
26 | #include <stdio.h> | 26 | #include <stdio.h> |
27 | #include <unistd.h> | 27 | #include <unistd.h> |
28 | #include <dirent.h> | 28 | #include <dirent.h> |
diff --git a/findutils/grep.c b/findutils/grep.c index 3ee409c64..003dae98e 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <regex.h> | 26 | #include <regex.h> |
27 | #include <string.h> /* for strerror() */ | 27 | #include <string.h> /* for strerror() */ |
28 | #include <errno.h> | 28 | #include <errno.h> |
29 | #include "internal.h" | 29 | #include "busybox.h" |
30 | 30 | ||
31 | extern int optind; /* in unistd.h */ | 31 | extern int optind; /* in unistd.h */ |
32 | extern int errno; /* for use with strerror() */ | 32 | extern int errno; /* for use with strerror() */ |
diff --git a/findutils/which.c b/findutils/which.c index 7df2557a3..da8801fab 100644 --- a/findutils/which.c +++ b/findutils/which.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include "internal.h" | 24 | #include "busybox.h" |
25 | #include <stdio.h> | 25 | #include <stdio.h> |
26 | 26 | ||
27 | extern int which_main(int argc, char **argv) | 27 | extern int which_main(int argc, char **argv) |
diff --git a/findutils/xargs.c b/findutils/xargs.c index b8ac31aa0..4a3fe3c60 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include "internal.h" | 24 | #include "busybox.h" |
25 | #include <stdlib.h> | 25 | #include <stdlib.h> |
26 | #include <stdio.h> | 26 | #include <stdio.h> |
27 | #include <string.h> | 27 | #include <string.h> |