Fix the pwd and group functions. The bb_ stuff was a leftover from
[oweals/busybox.git] / hostid.c
index 35a5859c4e3b59130159638cffe87b71b369a4a7..eed1a50ec8e8560cc8df3a9c00ac0483a28e5f18 100644 (file)
--- a/hostid.c
+++ b/hostid.c
@@ -22,6 +22,8 @@
 
 #include "busybox.h"
 #include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
 
 extern int hostid_main(int argc, char **argv)
 {