Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys include necessary headers



details:   https://anonhg.NetBSD.org/src/rev/1bb667f837c5
branches:  trunk
changeset: 791908:1bb667f837c5
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Dec 09 17:43:58 2013 +0000

description:
include necessary headers

diffstat:

 sys/sys/ktrace.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 141550285aad -r 1bb667f837c5 sys/sys/ktrace.h
--- a/sys/sys/ktrace.h  Mon Dec 09 17:39:53 2013 +0000
+++ b/sys/sys/ktrace.h  Mon Dec 09 17:43:58 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ktrace.h,v 1.60 2013/12/09 16:45:23 pooka Exp $        */
+/*     $NetBSD: ktrace.h,v 1.61 2013/12/09 17:43:58 pooka Exp $        */
 
 /*
  * Copyright (c) 1988, 1993
@@ -35,6 +35,7 @@
 #define _SYS_KTRACE_H_
 
 #include <sys/mutex.h>
+#include <sys/lwp.h>
 
 /*
  * operations to ktrace system call  (KTROP(op))



Home | Main Index | Thread Index | Old Index