From 48b712a0590fa4515c1afeef626f34841e5d9492 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Tue, 4 Nov 2014 03:05:43 +0000 Subject: [PATCH] Add #include for intmax_t to fix compile error. --- sbin/fsck_msdos/boot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/fsck_msdos/boot.c b/sbin/fsck_msdos/boot.c index 9d3c19b2e081..c3ee6cc7c08d 100644 --- a/sbin/fsck_msdos/boot.c +++ b/sbin/fsck_msdos/boot.c @@ -27,12 +27,13 @@ #include #ifndef lint -__RCSID("$NetBSD: boot.c,v 1.17 2014/11/03 18:55:04 jakllsch Exp $"); +__RCSID("$NetBSD: boot.c,v 1.18 2014/11/04 03:05:43 msaitoh Exp $"); #endif /* not lint */ #include #include #include +#include #include #include