You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-accessibility/brltty/files/brltty-4.2-glibc-212.patch

14 lines
287 B

http://bugs.gentoo.org/339846
--- Programs/sys_linux.c
+++ Programs/sys_linux.c
@@ -22,6 +22,8 @@
#include <string.h>
#include <errno.h>
#include <fcntl.h>
+#include <sys/types.h> /* sys/stat.h */
+#include <sys/stat.h> /* S_ISCHR */
#include <sys/ioctl.h>
#include <linux/kd.h>