libei: include math.h for fmod

For correctness only, looks like math.h is already pulled in from
elsewhere anyway.

Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/362>
This commit is contained in:
Peter Hutterer 2025-11-03 15:13:43 +10:00
parent acff519ac3
commit 2821282dc9

View file

@ -25,6 +25,7 @@
#include "config.h"
#include <errno.h>
#include <math.h>
#include "util-bits.h"
#include "util-macros.h"