Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 01:57:42 UTC 2021

Modified Files:
        src/sys/external/bsd/common/include/linux: completion.h

Log Message:
sys/kernel.h for hardclock_ticks

Author: Maya Rashish <m...@netbsd.org>


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    src/sys/external/bsd/common/include/linux/completion.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/external/bsd/common/include/linux/completion.h
diff -u src/sys/external/bsd/common/include/linux/completion.h:1.9 src/sys/external/bsd/common/include/linux/completion.h:1.10
--- src/sys/external/bsd/common/include/linux/completion.h:1.9	Sun Dec 19 01:57:27 2021
+++ src/sys/external/bsd/common/include/linux/completion.h	Sun Dec 19 01:57:42 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: completion.h,v 1.9 2021/12/19 01:57:27 riastradh Exp $	*/
+/*	$NetBSD: completion.h,v 1.10 2021/12/19 01:57:42 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -48,6 +48,7 @@
 
 #include <sys/types.h>
 #include <sys/param.h>
+#include <sys/kernel.h>
 #include <sys/condvar.h>
 #include <sys/mutex.h>
 

Reply via email to