ports/x11/libinput/files/patch-src_path-seat.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

15 lines
271 B
C

--- src/path-seat.c.orig 2017-01-19 05:27:32 UTC
+++ src/path-seat.c
@@ -23,10 +23,11 @@
#include "config.h"
+#include <sys/stat.h>
+
#include <errno.h>
#include <fcntl.h>
#include <string.h>
-#include <sys/stat.h>
#include <libudev.h>
#include "path-seat.h"