opnsense-ports/x11/libinput/files/patch-src_evdev.c
Franco Fichtner bb3be6683a */*: sync with upstream
Taken from: FreeBSD
2017-02-12 10:06:19 +01:00

11 lines
192 B
C

--- 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>