summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_physio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_physio.c')
-rw-r--r--sys/kern/kern_physio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c
index 0d3f31c..6397843 100644
--- a/sys/kern/kern_physio.c
+++ b/sys/kern/kern_physio.c
@@ -16,7 +16,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: kern_physio.c,v 1.23 1998/01/24 02:01:18 dyson Exp $
+ * $Id: kern_physio.c,v 1.24 1998/03/19 22:48:05 dyson Exp $
*/
#include <sys/param.h>
@@ -24,6 +24,8 @@
#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/proc.h>
+#include <sys/uio.h>
+
#include <vm/vm.h>
#include <vm/vm_extern.h>
OpenPOWER on IntegriCloud