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/a690ae6e1c04
branches: pgoyette-compat
changeset: 830934:a690ae6e1c04
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 d7cdc0b19cb3 -r a690ae6e1c04 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