From 519ee04308899537c42b4019af2f15b47c4095f9 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 20 Oct 1997 00:52:43 +0000 Subject: [PATCH] rw_bitmaps.c: Add #ifdef's for HAVE_SYS_STAT_H and HAVE_SYS_TYPES_H --- lib/ext2fs/rw_bitmaps.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ext2fs/rw_bitmaps.c b/lib/ext2fs/rw_bitmaps.c index d3aa7bb..015334f 100644 --- a/lib/ext2fs/rw_bitmaps.c +++ b/lib/ext2fs/rw_bitmaps.c @@ -17,8 +17,12 @@ #include #include #include +#ifdef HAVE_SYS_STAT_H #include +#endif +#ifdef HAVE_SYS_TYPES_H #include +#endif #if HAVE_ERRNO_H #include #endif -- 1.8.3.1