Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pckbport wakeup needs sys/proc.h.
details: https://anonhg.NetBSD.org/src/rev/b4a50b82203c
branches: trunk
changeset: 758755:b4a50b82203c
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Mon Nov 15 05:58:18 2010 +0000
description:
wakeup needs sys/proc.h.
diffstat:
sys/dev/pckbport/synaptics.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 4dedb3459fd6 -r b4a50b82203c sys/dev/pckbport/synaptics.c
--- a/sys/dev/pckbport/synaptics.c Mon Nov 15 05:57:07 2010 +0000
+++ b/sys/dev/pckbport/synaptics.c Mon Nov 15 05:58:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: synaptics.c,v 1.24 2010/03/21 20:04:43 plunky Exp $ */
+/* $NetBSD: synaptics.c,v 1.25 2010/11/15 05:58:18 uebayasi Exp $ */
/*
* Copyright (c) 2005, Steve C. Woodford
@@ -48,7 +48,7 @@
#include "opt_pms.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: synaptics.c,v 1.24 2010/03/21 20:04:43 plunky Exp $");
+__KERNEL_RCSID(0, "$NetBSD: synaptics.c,v 1.25 2010/11/15 05:58:18 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -56,6 +56,7 @@
#include <sys/ioctl.h>
#include <sys/sysctl.h>
#include <sys/kernel.h>
+#include <sys/proc.h>
#include <sys/bus.h>
Home |
Main Index |
Thread Index |
Old Index