Module Name: src
Committed By: dholland
Date: Sun May 30 02:25:15 UTC 2010
Modified Files:
src/sys/sys: lwp.h
Log Message:
Uses PRI_KERNEL from sys/param.h; include that explicitly instead of by
accident.
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/sys/lwp.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/lwp.h
diff -u src/sys/sys/lwp.h:1.132 src/sys/sys/lwp.h:1.133
--- src/sys/sys/lwp.h:1.132 Sun Apr 25 15:55:24 2010
+++ src/sys/sys/lwp.h Sun May 30 02:25:15 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: lwp.h,v 1.132 2010/04/25 15:55:24 ad Exp $ */
+/* $NetBSD: lwp.h,v 1.133 2010/05/30 02:25:15 dholland Exp $ */
/*-
* Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010
@@ -33,6 +33,7 @@
#ifndef _SYS_LWP_H_
#define _SYS_LWP_H_
+#include <sys/param.h>
#include <sys/time.h>
#include <sys/queue.h>
#include <sys/callout.h>