diff options
author | scottl <scottl@FreeBSD.org> | 2003-11-05 06:27:40 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2003-11-05 06:27:40 +0000 |
commit | 0e43dc43e069ca70e29a581db4729964520fea2a (patch) | |
tree | ffd1f21d71616f5cea30fee5c32c5e88072cc692 | |
parent | ff8d61e0aac8935b33df1863d2bbed6cbdc1da40 (diff) | |
download | FreeBSD-src-0e43dc43e069ca70e29a581db4729964520fea2a.zip FreeBSD-src-0e43dc43e069ca70e29a581db4729964520fea2a.tar.gz |
Include module.h
Submitted by: imura@ryu16.org
-rw-r--r-- | sys/sys/iconv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/iconv.h b/sys/sys/iconv.h index 2b6b44b..0ac765c 100644 --- a/sys/sys/iconv.h +++ b/sys/sys/iconv.h @@ -100,6 +100,7 @@ __END_DECLS #else /* !_KERNEL */ #include <sys/kobj.h> +#include <sys/module.h> /* can't avoid that */ #include <sys/queue.h> /* can't avoid that */ #include <sys/sysctl.h> /* can't avoid that */ |