diff options
Diffstat (limited to 'fdflush.c')
-rw-r--r-- | fdflush.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,11 +21,11 @@ * */ -#include "busybox.h" #include <stdio.h> #include <sys/ioctl.h> #include <fcntl.h> #include <stdlib.h> +#include "busybox.h" /* From <linux/fd.h> */ #define FDFLUSH _IO(2,0x4b) |