diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2019-09-11 21:24:14 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2019-09-11 21:24:14 +0000 |
| commit | aaa3852435aee8c1b5abfe38ed7d43f9ba57e6dd (patch) | |
| tree | c4af6be7d3abd633c1034d04254318177754b071 /usr.sbin/makefs/msdos | |
| parent | 8d910a42823bf5d57e859949f355568657cc86dd (diff) | |
Notes
Diffstat (limited to 'usr.sbin/makefs/msdos')
| -rw-r--r-- | usr.sbin/makefs/msdos/msdosfs_denode.c | 1 | ||||
| -rw-r--r-- | usr.sbin/makefs/msdos/msdosfs_fat.c | 1 | ||||
| -rw-r--r-- | usr.sbin/makefs/msdos/msdosfs_lookup.c | 1 | ||||
| -rw-r--r-- | usr.sbin/makefs/msdos/msdosfs_vfsops.c | 1 | ||||
| -rw-r--r-- | usr.sbin/makefs/msdos/msdosfs_vnops.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/makefs/msdos/msdosfs_denode.c b/usr.sbin/makefs/msdos/msdosfs_denode.c index 1bc31e44b5d87..dc6b05f2a42fa 100644 --- a/usr.sbin/makefs/msdos/msdosfs_denode.c +++ b/usr.sbin/makefs/msdos/msdosfs_denode.c @@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$"); #include <sys/errno.h> #include <sys/vnode.h> +#include <stdbool.h> #include <stdio.h> #include <string.h> #include <stdlib.h> diff --git a/usr.sbin/makefs/msdos/msdosfs_fat.c b/usr.sbin/makefs/msdos/msdosfs_fat.c index 63c4ef14cf142..eacc448b09de3 100644 --- a/usr.sbin/makefs/msdos/msdosfs_fat.c +++ b/usr.sbin/makefs/msdos/msdosfs_fat.c @@ -54,6 +54,7 @@ #include <sys/errno.h> #include <assert.h> +#include <stdbool.h> #include <stdio.h> #include <string.h> #include <strings.h> diff --git a/usr.sbin/makefs/msdos/msdosfs_lookup.c b/usr.sbin/makefs/msdos/msdosfs_lookup.c index ee586818afce7..27ce216a488f7 100644 --- a/usr.sbin/makefs/msdos/msdosfs_lookup.c +++ b/usr.sbin/makefs/msdos/msdosfs_lookup.c @@ -53,6 +53,7 @@ #include <sys/param.h> #include <sys/errno.h> +#include <stdbool.h> #include <stdio.h> #include <string.h> diff --git a/usr.sbin/makefs/msdos/msdosfs_vfsops.c b/usr.sbin/makefs/msdos/msdosfs_vfsops.c index 15f965f5d8e9e..07fc91cccd4a5 100644 --- a/usr.sbin/makefs/msdos/msdosfs_vfsops.c +++ b/usr.sbin/makefs/msdos/msdosfs_vfsops.c @@ -55,6 +55,7 @@ __FBSDID("$FreeBSD$"); #include <sys/mount.h> #include <errno.h> +#include <stdbool.h> #include <stdio.h> #include <string.h> #include <stdlib.h> diff --git a/usr.sbin/makefs/msdos/msdosfs_vnops.c b/usr.sbin/makefs/msdos/msdosfs_vnops.c index f25900c8cb308..dcdfc4966f557 100644 --- a/usr.sbin/makefs/msdos/msdosfs_vnops.c +++ b/usr.sbin/makefs/msdos/msdosfs_vnops.c @@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$"); #include <sys/time.h> #include <fcntl.h> +#include <stdbool.h> #include <stdio.h> #include <string.h> #include <time.h> |
