diff options
Diffstat (limited to 'procps/free.c')
-rw-r--r-- | procps/free.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/free.c b/procps/free.c index d287c03f5..41e872d12 100644 --- a/procps/free.c +++ b/procps/free.c | |||
@@ -21,10 +21,10 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include "busybox.h" | ||
25 | #include <stdio.h> | 24 | #include <stdio.h> |
26 | #include <errno.h> | 25 | #include <errno.h> |
27 | #include <stdlib.h> | 26 | #include <stdlib.h> |
27 | #include "busybox.h" | ||
28 | 28 | ||
29 | extern int free_main(int argc, char **argv) | 29 | extern int free_main(int argc, char **argv) |
30 | { | 30 | { |