Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Directly include sys/pmf.h because this uses it.



details:   https://anonhg.NetBSD.org/src/rev/99358302e7de
branches:  trunk
changeset: 758719:99358302e7de
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Nov 14 03:22:01 2010 +0000

description:
Directly include sys/pmf.h because this uses it.

diffstat:

 sys/dev/ic/pckbcvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 115f1b7dd300 -r 99358302e7de sys/dev/ic/pckbcvar.h
--- a/sys/dev/ic/pckbcvar.h     Sun Nov 14 03:17:50 2010 +0000
+++ b/sys/dev/ic/pckbcvar.h     Sun Nov 14 03:22:01 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pckbcvar.h,v 1.17 2010/02/24 22:37:58 dyoung Exp $ */
+/* $NetBSD: pckbcvar.h,v 1.18 2010/11/14 03:22:01 uebayasi Exp $ */
 
 /*
  * Copyright (c) 1998
@@ -30,6 +30,7 @@
 #define _DEV_IC_PCKBCVAR_H_
 
 #include <sys/callout.h>
+#include <sys/pmf.h>
 
 #include <dev/pckbport/pckbportvar.h>
 



Home | Main Index | Thread Index | Old Index