aboutsummaryrefslogtreecommitdiff
path: root/hostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'hostid.c')
-rw-r--r--hostid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hostid.c b/hostid.c
index 35a5859c4..eed1a50ec 100644
--- a/hostid.c
+++ b/hostid.c
@@ -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
26extern int hostid_main(int argc, char **argv) 28extern int hostid_main(int argc, char **argv)
27{ 29{