Gratuitously changed the file "busybox.defs.h" to the more
[oweals/busybox.git] / mkfifo.c
index 3db17bbbcf323c9ad1eeabd564c888b2af6f36f0..5d4126ac07008a824c9c44d583e764207c9f1086 100644 (file)
--- a/mkfifo.c
+++ b/mkfifo.c
@@ -23,7 +23,6 @@
 #include "internal.h"
 #include <stdio.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <errno.h>
 
 extern int mkfifo_main(int argc, char **argv)