Cleanup patch from Vladimir N. Oleynik.
[oweals/busybox.git] / mkfifo.c
index 728e1ec2f44d7a01d1278a2698ff46ca49cb7fb7..b31e6f172f67170f58d5606014eb933d6becc046 100644 (file)
--- a/mkfifo.c
+++ b/mkfifo.c
@@ -24,6 +24,7 @@
 #include <stdio.h>
 #include <sys/types.h>
 #include <errno.h>
+#include <stdlib.h>
 
 extern int mkfifo_main(int argc, char **argv)
 {