Source-Changes-HG archive

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

[src/trunk]: src/sys/miscfs/procfs Add missing include to fix build.



details:   https://anonhg.NetBSD.org/src/rev/29ee76398fe0
branches:  trunk
changeset: 931021:29ee76398fe0
user:      htodd <htodd%NetBSD.org@localhost>
date:      Mon Apr 20 05:11:00 2020 +0000

description:
Add missing include to fix build.

diffstat:

 sys/miscfs/procfs/procfs_vfsops.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6705cd06b5f3 -r 29ee76398fe0 sys/miscfs/procfs/procfs_vfsops.c
--- a/sys/miscfs/procfs/procfs_vfsops.c Mon Apr 20 04:23:23 2020 +0000
+++ b/sys/miscfs/procfs/procfs_vfsops.c Mon Apr 20 05:11:00 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: procfs_vfsops.c,v 1.105 2020/04/19 20:31:59 thorpej Exp $      */
+/*     $NetBSD: procfs_vfsops.c,v 1.106 2020/04/20 05:11:00 htodd Exp $        */
 
 /*
  * Copyright (c) 1993
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_vfsops.c,v 1.105 2020/04/19 20:31:59 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_vfsops.c,v 1.106 2020/04/20 05:11:00 htodd Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -98,6 +98,7 @@
 #include <sys/filedesc.h>
 #include <sys/kauth.h>
 #include <sys/module.h>
+#include <sys/atomic.h>
 
 #include <miscfs/genfs/genfs.h>
 



Home | Main Index | Thread Index | Old Index