summaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs/ext2_alloc.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-02-04 22:34:03 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-02-04 22:34:03 +0000
commit47cfdb166d16af183216e459e4e48aff9d2beabf (patch)
tree93aceb4227ab2f9f24d54737e22b76e485ae9796 /sys/gnu/fs/ext2fs/ext2_alloc.c
parent4f36d4ac99675f748f0e5b7ca061c49573d3ecbd (diff)
Notes
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_alloc.c')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_alloc.c b/sys/gnu/fs/ext2fs/ext2_alloc.c
index cfd4ac93927f..541aa2d334db 100644
--- a/sys/gnu/fs/ext2fs/ext2_alloc.c
+++ b/sys/gnu/fs/ext2fs/ext2_alloc.c
@@ -39,6 +39,7 @@
* @(#)ext2_alloc.c 8.8 (Berkeley) 2/21/94
*/
+#include "opt_diagnostic.h"
#include "opt_quota.h"
#include <sys/param.h>