Skip to content

util-time: include linux/input.h

Peter Hutterer requested to merge whot/libinput:wip/alpine-musl into master

struct timeval isn't defined in time.h, at least not on musl. And since we need that value for struct input_events, let's include the header for that struct. That'll sort out the includes for free.

Fixes #371 (closed)

Merge request reports