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/sys-apps/setserial/files/setserial-2.17-headers.patch

13 lines
236 B

--- 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>