summaryrefslogtreecommitdiff
path: root/pty_termios.c
diff options
context:
space:
mode:
Diffstat (limited to 'pty_termios.c')
-rw-r--r--pty_termios.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pty_termios.c b/pty_termios.c
index c605b23..d3d08d0 100644
--- a/pty_termios.c
+++ b/pty_termios.c
@@ -9,6 +9,7 @@ would appreciate credit if you use this file or parts of it.
#include <stdio.h>
#include <signal.h>
+#include <string.h>
#if defined(SIGCLD) && !defined(SIGCHLD)
#define SIGCHLD SIGCLD