mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-20 06:50:06 +01:00
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:
parent
acff519ac3
commit
2821282dc9
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#include "util-bits.h"
|
#include "util-bits.h"
|
||||||
#include "util-macros.h"
|
#include "util-macros.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue