From b9437ce56d30bfaeb8ca7012746b47fbd2a335ef Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sun, 14 Nov 2010 03:22:01 +0000 Subject: Directly include sys/pmf.h because this uses it. --- sys/dev/ic/pckbcvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/ic/pckbcvar.h b/sys/dev/ic/pckbcvar.h index 55975e2b4d4..eeec1230d23 100644 --- a/sys/dev/ic/pckbcvar.h +++ b/sys/dev/ic/pckbcvar.h @@ -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 +#include #include -- cgit