diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-03 05:58:30 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-03 05:58:30 +0000 |
commit | fd360128ff650ef47e76625cf17b837389c0eb64 (patch) | |
tree | e81723b80e836766723f4a116338bbb0c1dfa6d3 /sys/sparc64/fhc/fhc_nexus.c | |
parent | ac830b58d121a267feddd5f80ffcbee89b079c2e (diff) | |
download | src-fd360128ff650ef47e76625cf17b837389c0eb64.tar.gz src-fd360128ff650ef47e76625cf17b837389c0eb64.zip |
Add missing <sys/module.h> instances which were shadowed by the nested
include in <sys/kernel.h>
Notes
Notes:
svn path=/head/; revision=130025
Diffstat (limited to 'sys/sparc64/fhc/fhc_nexus.c')
-rw-r--r-- | sys/sparc64/fhc/fhc_nexus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/fhc/fhc_nexus.c b/sys/sparc64/fhc/fhc_nexus.c index d62e189dba58..f5d095172b96 100644 --- a/sys/sparc64/fhc/fhc_nexus.c +++ b/sys/sparc64/fhc/fhc_nexus.c @@ -31,6 +31,7 @@ #include <sys/bus.h> #include <sys/kernel.h> #include <sys/malloc.h> +#include <sys/module.h> #include <dev/ofw/openfirm.h> |