aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/SunOS.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-15 20:27:00 +0000
committerrsc <devnull@localhost>2005-03-15 20:27:00 +0000
commit268d64df84f502cbfa21ed225c107c01dc310d44 (patch)
treeece70047a5a933e7e71972dd7483b2ce9aacfaa8 /src/cmd/9term/SunOS.c
parent4a560b7a0916e06a579ceeb4d355175faeba24bb (diff)
downloadplan9port-268d64df84f502cbfa21ed225c107c01dc310d44.tar.gz
plan9port-268d64df84f502cbfa21ed225c107c01dc310d44.tar.bz2
plan9port-268d64df84f502cbfa21ed225c107c01dc310d44.zip
add signal.h
Diffstat (limited to 'src/cmd/9term/SunOS.c')
-rw-r--r--src/cmd/9term/SunOS.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/9term/SunOS.c b/src/cmd/9term/SunOS.c
index 97cae2dc..467f0d23 100644
--- a/src/cmd/9term/SunOS.c
+++ b/src/cmd/9term/SunOS.c
@@ -1,6 +1,7 @@
#include <u.h>
#include <termios.h>
#include <stropts.h>
+#include <signal.h>
#include <libc.h>
#include "term.h"