diff options
Diffstat (limited to 'mkfifo.c')
-rw-r--r-- | mkfifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |