diff options
Diffstat (limited to 'util-linux/fdflush.c')
-rw-r--r-- | util-linux/fdflush.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util-linux/fdflush.c b/util-linux/fdflush.c index 81f0472c6..d9937355f 100644 --- a/util-linux/fdflush.c +++ b/util-linux/fdflush.c | |||
@@ -24,9 +24,10 @@ | |||
24 | #include "internal.h" | 24 | #include "internal.h" |
25 | #include <stdio.h> | 25 | #include <stdio.h> |
26 | #include <sys/ioctl.h> | 26 | #include <sys/ioctl.h> |
27 | #include <linux/fd.h> | ||
28 | #include <fcntl.h> | 27 | #include <fcntl.h> |
29 | 28 | ||
29 | /* From <linux/fd.h> */ | ||
30 | #define FDFLUSH _IO(2,0x4b) | ||
30 | 31 | ||
31 | extern int fdflush_main(int argc, char **argv) | 32 | extern int fdflush_main(int argc, char **argv) |
32 | { | 33 | { |