diff options
author | rsc <devnull@localhost> | 2004-03-25 23:30:50 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-25 23:30:50 +0000 |
commit | c22d8e65520331e44c721089430ae1f88ca2724f (patch) | |
tree | f6fa1d36974634ad34bd8673c07dc1cc13e66fe8 | |
parent | 924eb6424c3517f744451a29d653bbc2e240d4b4 (diff) | |
download | plan9port-c22d8e65520331e44c721089430ae1f88ca2724f.tar.gz plan9port-c22d8e65520331e44c721089430ae1f88ca2724f.tar.bz2 plan9port-c22d8e65520331e44c721089430ae1f88ca2724f.zip |
Small changes.
Small changes.
-rw-r--r-- | src/cmd/9term/FreeBSD.c | 3 |
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) |