Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/dev/raidframe Need sys/module.h here



details:   https://anonhg.NetBSD.org/src/rev/5dcb5393f23d
branches:  pgoyette-compat
changeset: 447786:5dcb5393f23d
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 24 02:09:56 2019 +0000

description:
Need sys/module.h here

diffstat:

 sys/dev/raidframe/rf_compat80.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 51801dcff7d6 -r 5dcb5393f23d sys/dev/raidframe/rf_compat80.c
--- a/sys/dev/raidframe/rf_compat80.c   Thu Jan 24 02:06:34 2019 +0000
+++ b/sys/dev/raidframe/rf_compat80.c   Thu Jan 24 02:09:56 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_compat80.c,v 1.2.2.7 2019/01/24 02:06:34 pgoyette Exp $     */
+/*     $NetBSD: rf_compat80.c,v 1.2.2.8 2019/01/24 02:09:56 pgoyette Exp $     */
 
 /*
  * Copyright (c) 2017 Matthew R. Green
@@ -31,6 +31,7 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/module.h>
 
 #include <sys/compat_stub.h>
 



Home | Main Index | Thread Index | Old Index