diff options
-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 */ |