mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
13 lines
236 B
Diff
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>
|