Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys include prerequisite headers



details:   https://anonhg.NetBSD.org/src/rev/1c02a173f504
branches:  trunk
changeset: 749321:1c02a173f504
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 26 16:18:37 2009 +0000

description:
include prerequisite headers

diffstat:

 sys/sys/pipe.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 478031c648c7 -r 1c02a173f504 sys/sys/pipe.h
--- a/sys/sys/pipe.h    Thu Nov 26 15:44:26 2009 +0000
+++ b/sys/sys/pipe.h    Thu Nov 26 16:18:37 2009 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index