aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_alloc.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-01-05 18:31:58 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-01-05 18:31:58 +0000
commit01733a9b6d9c08d96cdc9470657354b6d6cb2e31 (patch)
tree869e7901fd8fd96a54690e2e658f53bf48c25fe3 /sys/gnu/ext2fs/ext2_alloc.c
parentb6794438adeb11d63161b9601c81b91e25a3b813 (diff)
Notes
Diffstat (limited to 'sys/gnu/ext2fs/ext2_alloc.c')
-rw-r--r--sys/gnu/ext2fs/ext2_alloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c
index e954150a82f56..eeff9f646118f 100644
--- a/sys/gnu/ext2fs/ext2_alloc.c
+++ b/sys/gnu/ext2fs/ext2_alloc.c
@@ -42,6 +42,8 @@
#if !defined(__FreeBSD__)
#include "quota.h"
#include "diagnostic.h"
+#else
+#include "opt_quota.h"
#endif
#include <sys/param.h>