From 9cf8f2f7070261ed9fd47ad4f310982020c58a30 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 18 Aug 2003 17:27:08 +0000 Subject: [PATCH] The previous change necessitates the addition of a new #include. Otherwise, there is a compilation warning. --- sys/ufs/ffs/ffs_rawread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/ufs/ffs/ffs_rawread.c b/sys/ufs/ffs/ffs_rawread.c index 21858323a0b..66449a73b06 100644 --- a/sys/ufs/ffs/ffs_rawread.c +++ b/sys/ufs/ffs/ffs_rawread.c @@ -46,6 +46,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include