diff options
Diffstat (limited to 'procps/free.c')
-rw-r--r-- | procps/free.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/procps/free.c b/procps/free.c index f2e746e39..4dd99ab49 100644 --- a/procps/free.c +++ b/procps/free.c | |||
@@ -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 | { |