diff options
| author | Doug Moore <dougm@FreeBSD.org> | 2023-08-18 05:31:03 +0000 |
|---|---|---|
| committer | Doug Moore <dougm@FreeBSD.org> | 2023-08-18 05:31:03 +0000 |
| commit | b6a61d6836d90ff2756d804eb981a02b0828f496 (patch) | |
| tree | ff7f3489e7d542d5b3e379a04cd6af02b824aea7 /sys | |
| parent | 47fc52b181703b49df2daf868eed783447f6398e (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/math64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/math64.h b/sys/compat/linuxkpi/common/include/linux/math64.h index df629a10af8a..cae5e30b08df 100644 --- a/sys/compat/linuxkpi/common/include/linux/math64.h +++ b/sys/compat/linuxkpi/common/include/linux/math64.h @@ -29,6 +29,7 @@ #define _LINUXKPI_LINUX_MATH64_H #include <sys/stdint.h> +#include <sys/systm.h> #define do_div(n, base) ({ \ uint32_t __base = (base); \ |
