aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/msdos
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-09-11 21:24:14 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-09-11 21:24:14 +0000
commitaaa3852435aee8c1b5abfe38ed7d43f9ba57e6dd (patch)
treec4af6be7d3abd633c1034d04254318177754b071 /usr.sbin/makefs/msdos
parent8d910a42823bf5d57e859949f355568657cc86dd (diff)
Notes
Diffstat (limited to 'usr.sbin/makefs/msdos')
-rw-r--r--usr.sbin/makefs/msdos/msdosfs_denode.c1
-rw-r--r--usr.sbin/makefs/msdos/msdosfs_fat.c1
-rw-r--r--usr.sbin/makefs/msdos/msdosfs_lookup.c1
-rw-r--r--usr.sbin/makefs/msdos/msdosfs_vfsops.c1
-rw-r--r--usr.sbin/makefs/msdos/msdosfs_vnops.c1
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>