diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2015-12-29 10:52:26 +0100 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2015-12-29 10:52:26 +0100 |
| commit | c9b6c30e64e69abab013d29532bacda3c9c5d45f (patch) | |
| tree | 8d4c95d20a5967b954dbc2127859afc3967ad62d /blockdev/linux | |
| parent | 0c7f3604a3e2f26da99f8e126098ce8520139fbd (diff) | |
ext4_filedev: fix travis build
Diffstat (limited to 'blockdev/linux')
| -rw-r--r-- | blockdev/linux/ext4_filedev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/blockdev/linux/ext4_filedev.c b/blockdev/linux/ext4_filedev.c index a49e6e7..01ad7da 100644 --- a/blockdev/linux/ext4_filedev.c +++ b/blockdev/linux/ext4_filedev.c @@ -35,7 +35,6 @@ #include <stdio.h> #include <stdbool.h> #include <string.h> -#include <fcntl.h> /**@brief Default filename.*/ static const char *fname = "ext2"; |
