ports/x11/libinput/files/patch-src_evdev.c
Matthew Rezny 8d886de4ae Update to 1.6.0
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9542
2017-02-11 17:51:19 +00: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>