Module Name: src
Committed By: pooka
Date: Thu Nov 26 16:18:37 UTC 2009
Modified Files:
src/sys/sys: pipe.h
Log Message:
include prerequisite headers
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/sys/pipe.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/pipe.h
diff -u src/sys/sys/pipe.h:1.28 src/sys/sys/pipe.h:1.29
--- src/sys/sys/pipe.h:1.28 Sun Jun 28 15:18:50 2009
+++ src/sys/sys/pipe.h Thu Nov 26 16:18:37 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: pipe.h,v 1.28 2009/06/28 15:18:50 rmind Exp $ */
+/* $NetBSD: pipe.h,v 1.29 2009/11/26 16:18:37 pooka Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -26,9 +26,9 @@
#ifndef _SYS_PIPE_H_
#define _SYS_PIPE_H_
-#ifndef _KERNEL
#include <sys/selinfo.h> /* for struct selinfo */
-#endif
+
+#include <uvm/uvm_extern.h>
/*
* Pipe buffer size, keep moderate in value, pipes take kva space.