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

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

Log Message:
sys/param.h for KASSERT etc

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


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

Reply via email to