summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term/OpenBSD.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-16 15:27:29 +0000
committerrsc <devnull@localhost>2004-04-16 15:27:29 +0000
commita2705f207ff006c07c72081897ec4a6ca22ef269 (patch)
tree32babd989cd836072be4bb1ef526340fd0186d82 /src/cmd/9term/OpenBSD.c
parentaba09191af8012bc7d6a1b998ac937875f728d0c (diff)
downloadplan9port-a2705f207ff006c07c72081897ec4a6ca22ef269.tar.gz
plan9port-a2705f207ff006c07c72081897ec4a6ca22ef269.zip
make echoing work.
Diffstat (limited to 'src/cmd/9term/OpenBSD.c')
-rw-r--r--src/cmd/9term/OpenBSD.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/9term/OpenBSD.c b/src/cmd/9term/OpenBSD.c
index e4753de2..ec8c5efb 100644
--- a/src/cmd/9term/OpenBSD.c
+++ b/src/cmd/9term/OpenBSD.c
@@ -1,11 +1,11 @@
#include <u.h>
-#include "9term.h"
#include <sys/types.h>
#include <sys/ioctl.h>
#include <termios.h>
#include <sys/termios.h>
#include <util.h>
#include <libc.h>
+#include "term.h"
int
getpts(int fd[], char *slave)