pkgsrc/x11/xf86-input-ws/patches/patch-src_emumb.c
taca 9af3cc4ab9 Fix build problem on NetBSD 7.0_STABLE.
Requires <sys/time.h> for struct timespec.
2015-12-18 11:19:12 +00:00

15 lines
321 B
C

$NetBSD: patch-src_emumb.c,v 1.1 2015/12/18 11:19:12 taca Exp $
* Fix build problem NetBSD 7.0_STABLE.
--- src/emumb.c.orig 2012-07-08 14:22:03.000000000 +0000
+++ src/emumb.c
@@ -36,6 +36,8 @@
#include "config.h"
#endif
+#include <sys/time.h>
+
#include <xorg-server.h>
#include <X11/Xatom.h>
#include <xf86.h>