diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2021-11-17 19:35:46 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2021-12-09 18:09:53 +0000 |
| commit | df38ada2931f95d07b65b19fcfb4c9845d656ba9 (patch) | |
| tree | b718345283da3f68b8c6dcfff256feb08de969c1 /sys/compat/linuxkpi/common/include/linux/module.h | |
| parent | 2cc5a480a63b48af606b845079f91f2d6a1bb44a (diff) | |
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/module.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/module.h b/sys/compat/linuxkpi/common/include/linux/module.h index 2a4fdc5a11a9..25d775dd8df9 100644 --- a/sys/compat/linuxkpi/common/include/linux/module.h +++ b/sys/compat/linuxkpi/common/include/linux/module.h @@ -33,6 +33,7 @@ #include <sys/cdefs.h> #include <sys/types.h> +#include <sys/param.h> #include <sys/module.h> #include <linux/list.h> |
