aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs/inode.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-03-06 05:21:09 +0000
committerBruce Evans <bde@FreeBSD.org>1999-03-06 05:21:09 +0000
commit44f332052d3253d9c61dabe2b7ae9ecaa5585a0f (patch)
tree54857009150c50ce29469b5c6a16082a108217bf /sys/gnu/fs/ext2fs/inode.h
parent4022a21d8b58dbd5e9a7a9b9f21bfdd8d96683ed (diff)
downloadsrc-44f332052d3253d9c61dabe2b7ae9ecaa5585a0f.tar.gz
src-44f332052d3253d9c61dabe2b7ae9ecaa5585a0f.zip
Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including
<sys/queue.h>. This fixes my recent breakage of biosboot by unpolluting <ufs/ufs/quota.h> in the !KERNEL case.
Notes
Notes: svn path=/head/; revision=44512
Diffstat (limited to 'sys/gnu/fs/ext2fs/inode.h')
-rw-r--r--sys/gnu/fs/ext2fs/inode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/gnu/fs/ext2fs/inode.h b/sys/gnu/fs/ext2fs/inode.h
index 4b6ca7dfc3eb..99854493718a 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 <sys/lock.h>
+#include <sys/queue.h>
#include <ufs/ufs/dinode.h>
/*