aboutsummaryrefslogtreecommitdiff
path: root/mkfifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkfifo.c')
-rw-r--r--mkfifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfifo.c b/mkfifo.c
index 56a04f772..ca217fa23 100644
--- a/mkfifo.c
+++ b/mkfifo.c
@@ -20,11 +20,11 @@
*
*/
-#include "busybox.h"
#include <stdio.h>
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>
+#include "busybox.h"
extern int mkfifo_main(int argc, char **argv)
{