Module Name: src
Committed By: jruoho
Date: Wed Apr 6 08:15:45 UTC 2011
Modified Files:
src/sys/sys: power.h
Log Message:
Include stdint(3) for user space. Fixes PR # 39744.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/sys/power.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/sys/power.h
diff -u src/sys/sys/power.h:1.15 src/sys/sys/power.h:1.16
--- src/sys/sys/power.h:1.15 Mon Feb 15 22:32:04 2010
+++ src/sys/sys/power.h Wed Apr 6 08:15:44 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: power.h,v 1.15 2010/02/15 22:32:04 pgoyette Exp $ */
+/* $NetBSD: power.h,v 1.16 2011/04/06 08:15:44 jruoho Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -44,6 +44,10 @@
#include <sys/ioccom.h>
+#ifndef _KERNEL
+#include <stdint.h>
+#endif
+
/*
* Power Switches:
*