diff options
author | JinWang An <jinwang.an@samsung.com> | 2022-12-26 13:14:06 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2022-12-26 13:14:06 +0900 |
commit | c32e05cf546485e759f6280adb5345785a9c1dfb (patch) | |
tree | 366ec5b17e0effe949db641f419b6b1e0a569ec5 /src/fsck.fat.h | |
parent | 51eaf50af9034eef5dd054415811e122bf66073e (diff) | |
download | dosfstools-c32e05cf546485e759f6280adb5345785a9c1dfb.tar.gz dosfstools-c32e05cf546485e759f6280adb5345785a9c1dfb.tar.bz2 dosfstools-c32e05cf546485e759f6280adb5345785a9c1dfb.zip |
Imported Upstream version 3.0.26upstream/3.0.26
Diffstat (limited to 'src/fsck.fat.h')
-rw-r--r-- | src/fsck.fat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fsck.fat.h b/src/fsck.fat.h index 9d4bb16..e5ade5b 100644 --- a/src/fsck.fat.h +++ b/src/fsck.fat.h @@ -27,6 +27,7 @@ #ifndef _DOSFSCK_H #define _DOSFSCK_H +#include <fcntl.h> #include <sys/types.h> #define _LINUX_STAT_H /* hack to avoid inclusion of <linux/stat.h> */ #define _LINUX_STRING_H_ /* hack to avoid inclusion of <linux/string.h> */ |