Files
gentoo/sys-apps/setserial/files/setserial-2.17-headers.patch
Patrice Clement 885f844bf7 sys-apps/setserial: EAPI 6 bump.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-06-15 22:30:30 +02:00

13 lines
236 B
Diff

--- a/setserial.c
+++ b/setserial.c
@@ -15,6 +15,9 @@
#include <termios.h>
#include <string.h>
#include <errno.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <sys/ioctl.h>
#ifdef HAVE_ASM_IOCTLS_H
#include <asm/ioctls.h>