diff options
Diffstat (limited to 'free.c')
-rw-r--r-- | free.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ | |||
24 | #include "busybox.h" | 24 | #include "busybox.h" |
25 | #include <stdio.h> | 25 | #include <stdio.h> |
26 | #include <errno.h> | 26 | #include <errno.h> |
27 | #include <stdlib.h> | ||
27 | 28 | ||
28 | extern int free_main(int argc, char **argv) | 29 | extern int free_main(int argc, char **argv) |
29 | { | 30 | { |