Module Name:    src
Committed By:   cegger
Date:           Sun Apr  5 08:33:04 UTC 2009

Modified Files:
        src/sys/dev/apm: apmvar.h

Log Message:
buildfix: include <sys/selinfo.h> for struct selinfo.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/apm/apmvar.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/apm/apmvar.h
diff -u src/sys/dev/apm/apmvar.h:1.7 src/sys/dev/apm/apmvar.h:1.8
--- src/sys/dev/apm/apmvar.h:1.7	Mon Apr 28 20:23:47 2008
+++ src/sys/dev/apm/apmvar.h	Sun Apr  5 08:33:04 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: apmvar.h,v 1.7 2008/04/28 20:23:47 martin Exp $	*/
+/*	$NetBSD: apmvar.h,v 1.8 2009/04/05 08:33:04 cegger Exp $	*/
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -32,6 +32,7 @@
 
 #include <dev/apm/apmbios.h>
 #include <dev/apm/apmio.h>
+#include <sys/selinfo.h>	/* for struct selinfo */
 
 struct apm_accessops {
 	void	(*aa_disconnect)(void *);

Reply via email to