From feb54dc5061cac87ede99b03344f02b57ae97ce3 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 23 Aug 1999 22:05:49 +0000 Subject: [PATCH] Oops, the previous commit was missing a new include. --- sys/gnu/ext2fs/ext2_alloc.c | 1 + sys/gnu/fs/ext2fs/ext2_alloc.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c index 8fa8f0550f8..bafcee51cf9 100644 --- a/sys/gnu/ext2fs/ext2_alloc.c +++ b/sys/gnu/ext2fs/ext2_alloc.c @@ -43,6 +43,7 @@ #include #include +#include #include #include #include diff --git a/sys/gnu/fs/ext2fs/ext2_alloc.c b/sys/gnu/fs/ext2fs/ext2_alloc.c index 8fa8f0550f8..bafcee51cf9 100644 --- a/sys/gnu/fs/ext2fs/ext2_alloc.c +++ b/sys/gnu/fs/ext2fs/ext2_alloc.c @@ -43,6 +43,7 @@ #include #include +#include #include #include #include