commit c22d8e65520331e44c721089430ae1f88ca2724f
parent 924eb6424c3517f744451a29d653bbc2e240d4b4
Author: rsc <devnull@localhost>
Date: Thu, 25 Mar 2004 23:30:50 +0000
Small changes.
Small changes.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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)