From 44f332052d3253d9c61dabe2b7ae9ecaa5585a0f Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 6 Mar 1999 05:21:09 +0000 Subject: [PATCH] Don't depend on or another (old) prerequisite including . This fixes my recent breakage of biosboot by unpolluting in the !KERNEL case. --- sys/gnu/ext2fs/inode.h | 3 ++- sys/gnu/fs/ext2fs/inode.h | 3 ++- sys/ufs/ufs/inode.h | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h index 4b6ca7dfc3e..99854493718 100644 --- a/sys/gnu/ext2fs/inode.h +++ b/sys/gnu/ext2fs/inode.h @@ -36,13 +36,14 @@ * SUCH DAMAGE. * * @(#)inode.h 8.9 (Berkeley) 5/14/95 - * $Id: inode.h,v 1.23 1998/07/03 22:17:01 bde Exp $ + * $Id: inode.h,v 1.24 1998/10/13 15:45:43 bde Exp $ */ #ifndef _UFS_UFS_INODE_H_ #define _UFS_UFS_INODE_H_ #include +#include #include /* diff --git a/sys/gnu/fs/ext2fs/inode.h b/sys/gnu/fs/ext2fs/inode.h index 4b6ca7dfc3e..99854493718 100644 --- a/sys/gnu/fs/ext2fs/inode.h +++ b/sys/gnu/fs/ext2fs/inode.h @@ -36,13 +36,14 @@ * SUCH DAMAGE. * * @(#)inode.h 8.9 (Berkeley) 5/14/95 - * $Id: inode.h,v 1.23 1998/07/03 22:17:01 bde Exp $ + * $Id: inode.h,v 1.24 1998/10/13 15:45:43 bde Exp $ */ #ifndef _UFS_UFS_INODE_H_ #define _UFS_UFS_INODE_H_ #include +#include #include /* diff --git a/sys/ufs/ufs/inode.h b/sys/ufs/ufs/inode.h index 4b6ca7dfc3e..99854493718 100644 --- a/sys/ufs/ufs/inode.h +++ b/sys/ufs/ufs/inode.h @@ -36,13 +36,14 @@ * SUCH DAMAGE. * * @(#)inode.h 8.9 (Berkeley) 5/14/95 - * $Id: inode.h,v 1.23 1998/07/03 22:17:01 bde Exp $ + * $Id: inode.h,v 1.24 1998/10/13 15:45:43 bde Exp $ */ #ifndef _UFS_UFS_INODE_H_ #define _UFS_UFS_INODE_H_ #include +#include #include /*