diff options
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index 28ea2530f..ba4edcaba 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -27,6 +27,7 @@ | |||
27 | #include "config.h" | 27 | #include "config.h" |
28 | 28 | ||
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <stdlib.h> | ||
30 | #include <stdarg.h> | 31 | #include <stdarg.h> |
31 | #include <sys/stat.h> | 32 | #include <sys/stat.h> |
32 | #include <sys/types.h> | 33 | #include <sys/types.h> |