aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/OpenBSD.c
diff options
context:
space:
mode:
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)