aboutsummaryrefslogtreecommitdiff
path: root/fdflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'fdflush.c')
-rw-r--r--fdflush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdflush.c b/fdflush.c
index f10cceae0..28f5cb68a 100644
--- a/fdflush.c
+++ b/fdflush.c
@@ -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)