diff options
Diffstat (limited to 'hostid.c')
-rw-r--r-- | hostid.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ | |||
22 | 22 | ||
23 | #include "busybox.h" | 23 | #include "busybox.h" |
24 | #include <stdio.h> | 24 | #include <stdio.h> |
25 | #include <stdlib.h> | ||
26 | #include <unistd.h> | ||
25 | 27 | ||
26 | extern int hostid_main(int argc, char **argv) | 28 | extern int hostid_main(int argc, char **argv) |
27 | { | 29 | { |