]> git.pld-linux.org Git - packages/brltty.git/blob - brltty-stat.patch
- added at-spi2 bcond/BR
[packages/brltty.git] / brltty-stat.patch
1 --- brltty-4.2/Programs/sys_linux.c~    2010-05-07 07:10:01.000000000 +0200
2 +++ brltty-4.2/Programs/sys_linux.c     2010-07-29 14:21:58.187188698 +0200
3 @@ -24,6 +24,9 @@
4  #include <fcntl.h>
5  #include <sys/ioctl.h>
6  #include <linux/kd.h>
7 +#include <sys/types.h>
8 +#include <sys/stat.h>
9 +#include <unistd.h>
10  
11  #ifdef HAVE_LINUX_INPUT_H
12  #include <linux/input.h>
This page took 0.246302 seconds and 3 git commands to generate.