gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / x11 / xf86-input-keyboard / patches / 01-sun-kbd.patch
blobd355f32ec3aa61395e8e8d3eea184f1336442a84
1 --- ./src/sun_kbd.c.orig 2016-05-21 22:33:46.628443784 +0200
2 +++ ./src/sun_kbd.c 2016-05-21 22:51:44.333174387 +0200
3 @@ -51,11 +51,15 @@
5 #include <xorg-server.h>
6 #include "xf86.h"
7 +#include <sys/param.h>
8 #include "xf86Priv.h"
9 #include "xf86_OSlib.h"
10 #include "xf86OSKbd.h"
11 #include "sun_kbd.h"
13 +#include <unistd.h>
14 +#include <stropts.h>
16 #include <sys/stropts.h>
17 #include <sys/vuid_event.h>
18 #include <sys/kbd.h>