tadd signal.h - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 268d64df84f502cbfa21ed225c107c01dc310d44
DIR parent 4a560b7a0916e06a579ceeb4d355175faeba24bb
HTML Author: rsc <devnull@localhost>
Date: Tue, 15 Mar 2005 20:27:00 +0000
add signal.h
Diffstat:
M src/cmd/9term/SunOS.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/src/cmd/9term/SunOS.c b/src/cmd/9term/SunOS.c
t@@ -1,6 +1,7 @@
#include <u.h>
#include <termios.h>
#include <stropts.h>
+#include <signal.h>
#include <libc.h>
#include "term.h"