linuxkpi math: fix kassert in math64.h

Include <sys/systm.h> in math64.h, so that KASSERT and bool are
defined, to allow compilation to succeed after
b80ea45237 and dabbbebcb0f5...
This commit is contained in:
Doug Moore 2023-08-18 00:31:03 -05:00
parent 47fc52b181
commit b6a61d6836

View File

@ -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); \