diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-11-05 06:27:40 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-11-05 06:27:40 +0000 |
| commit | 0ab269e2c157028f59feffebdf63af3eb62a6fe2 (patch) | |
| tree | ffd1f21d71616f5cea30fee5c32c5e88072cc692 | |
| parent | cc2c948fb55612e17e5615cfaab13f9f0c9f3452 (diff) | |
Notes
| -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 2b6b44b66f2e..0ac765c56114 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 */ |
