linuxkpi: Include linux/math64.h in linux/time.h

It's done like this in linux too.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2023-04-04 10:27:04 +02:00
parent f262b06a57
commit 3f39ff2420

View File

@ -42,6 +42,8 @@
#include <sys/time.h>
#include <sys/stdint.h>
#include <linux/math64.h>
static inline struct timeval
ns_to_timeval(const int64_t nsec)
{