diff options
Diffstat (limited to 'util-linux/freeramdisk.c')
-rw-r--r-- | util-linux/freeramdisk.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index fdac5ea46..a6fa2431f 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c | |||
@@ -23,7 +23,6 @@ | |||
23 | 23 | ||
24 | #include <stdio.h> | 24 | #include <stdio.h> |
25 | #include <string.h> | 25 | #include <string.h> |
26 | #include <linux/fs.h> | ||
27 | #include <sys/types.h> | 26 | #include <sys/types.h> |
28 | #include <sys/stat.h> | 27 | #include <sys/stat.h> |
29 | #include <fcntl.h> | 28 | #include <fcntl.h> |
@@ -32,6 +31,9 @@ | |||
32 | #include "internal.h" | 31 | #include "internal.h" |
33 | 32 | ||
34 | 33 | ||
34 | /* From linux/fs.h */ | ||
35 | #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ | ||
36 | |||
35 | 37 | ||
36 | static const char freeramdisk_usage[] = | 38 | static const char freeramdisk_usage[] = |
37 | "freeramdisk DEVICE\n" | 39 | "freeramdisk DEVICE\n" |