summaryrefslogtreecommitdiff
path: root/x11/libinput/files/patch-src_evdev.c
blob: 65fd54de6be3435911251c0e06452f981ed14e1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/evdev.c.orig	2017-01-19 21:36:55 UTC
+++ src/evdev.c
@@ -25,6 +25,8 @@
 
 #include "config.h"
 
+#include <sys/stat.h>
+
 #include <errno.h>
 #include <stdbool.h>
 #include <stdlib.h>