summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 6610a32..28feaee 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: vfs_bio.c,v 1.79 1995/12/14 08:32:09 phk Exp $
+ * $Id: vfs_bio.c,v 1.80 1996/01/04 06:09:00 davidg Exp $
*/
/*
@@ -32,6 +32,8 @@
* had been provided by David Greenman, also of the FreeBSD core team.
*/
+#include "opt_bounce.h"
+
#define VMIO
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud