mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 02:20:05 +01:00
Add missing includes for *stat
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
38d59cefff
commit
387b8057b1
2 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include "linux/input.h"
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <libudev.h>
|
||||
|
||||
#include "path.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue