Module Name: src Committed By: uebayasi Date: Sun Nov 14 03:22:01 UTC 2010
Modified Files: src/sys/dev/ic: pckbcvar.h Log Message: Directly include sys/pmf.h because this uses it. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/pckbcvar.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/dev/ic/pckbcvar.h diff -u src/sys/dev/ic/pckbcvar.h:1.17 src/sys/dev/ic/pckbcvar.h:1.18 --- src/sys/dev/ic/pckbcvar.h:1.17 Wed Feb 24 22:37:58 2010 +++ src/sys/dev/ic/pckbcvar.h Sun Nov 14 03:22:01 2010 @@ -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>