Module Name:    src
Committed By:   pooka
Date:           Mon Dec  9 17:43:58 UTC 2013

Modified Files:
        src/sys/sys: ktrace.h

Log Message:
include necessary headers


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/sys/ktrace.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/ktrace.h
diff -u src/sys/sys/ktrace.h:1.60 src/sys/sys/ktrace.h:1.61
--- src/sys/sys/ktrace.h:1.60	Mon Dec  9 16:45:23 2013
+++ src/sys/sys/ktrace.h	Mon Dec  9 17:43:58 2013
@@ -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))

Reply via email to