Apply a patch from Evin Robertson -- new pivot_root applet.
[oweals/busybox.git] / uname.c
diff --git a/uname.c b/uname.c
index 4f7c643f9a15b9493ad50c0ca7439f5e7db6c8ca..deaffd7000f5a268ea593ee04333484a0aa436e8 100644 (file)
--- a/uname.c
+++ b/uname.c
@@ -33,6 +33,7 @@
 
 #include "busybox.h"
 #include <stdio.h>
+#include <stdlib.h>
 #include <sys/types.h>
 #include <sys/utsname.h>