tSmall changes. Small changes. - 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 c22d8e65520331e44c721089430ae1f88ca2724f
DIR parent 924eb6424c3517f744451a29d653bbc2e240d4b4
HTML Author: rsc <devnull@localhost>
Date: Thu, 25 Mar 2004 23:30:50 +0000
Small changes.
Small changes.
Diffstat:
M src/cmd/9term/FreeBSD.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/src/cmd/9term/FreeBSD.c b/src/cmd/9term/FreeBSD.c
t@@ -1,7 +1,10 @@
+#include <u.h>
#include "9term.h"
+#include <sys/types.h>
#include <termios.h>
#include <sys/termios.h>
#include <libutil.h>
+#include <libc.h>
int
getpts(int fd[], char *slave)