aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/FreeBSD.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-25 23:30:50 +0000
committerrsc <devnull@localhost>2004-03-25 23:30:50 +0000
commitc22d8e65520331e44c721089430ae1f88ca2724f (patch)
treef6fa1d36974634ad34bd8673c07dc1cc13e66fe8 /src/cmd/9term/FreeBSD.c
parent924eb6424c3517f744451a29d653bbc2e240d4b4 (diff)
downloadplan9port-c22d8e65520331e44c721089430ae1f88ca2724f.tar.gz
plan9port-c22d8e65520331e44c721089430ae1f88ca2724f.tar.bz2
plan9port-c22d8e65520331e44c721089430ae1f88ca2724f.zip
Small changes.
Small changes.
Diffstat (limited to 'src/cmd/9term/FreeBSD.c')
-rw-r--r--src/cmd/9term/FreeBSD.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/9term/FreeBSD.c b/src/cmd/9term/FreeBSD.c
index 7022d4d9..89f7c7b6 100644
--- a/src/cmd/9term/FreeBSD.c
+++ b/src/cmd/9term/FreeBSD.c
@@ -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)