Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
subpack
/
utils
/
screen
/
patches
/
010-ptyh.patch
blob: aad3580c11c30ce6af1aae6158f7d50b55f329ee [
file
] [
log
] [
blame
]
---
a
/
pty
.
c
+++
b
/
pty
.
c
@@
-
30
,
6
+
30
,
7
@@
#include
<sys/stat.h>
#include
<fcntl.h>
#include
<signal.h>
+#
include
<pty.h>
#if defined(__OpenBSD__)
#include
<utils.h>
/* for openpty() */