summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorStefan Fritsch <sf@cvs.openbsd.org>2015-12-22 20:31:52 +0000
committerStefan Fritsch <sf@cvs.openbsd.org>2015-12-22 20:31:52 +0000
commita07cd5c357be1752c46fc086f767d23d646cb81b (patch)
treeac9eb166a5ee2a66848e46339a895490df344784 /sys/kern
parentf0a222c1cd8bf19f4ded656f158111104e800d67 (diff)
Re-add config includes
These got lost in previous commit. This broke ppp, nmea, msts, endrun. Found the hard way by David Coppa
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/tty_conf.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/kern/tty_conf.c b/sys/kern/tty_conf.c
index 795bf7904f6..3ce329902c3 100644
--- a/sys/kern/tty_conf.c
+++ b/sys/kern/tty_conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty_conf.c,v 1.22 2015/12/21 21:49:02 sf Exp $ */
+/* $OpenBSD: tty_conf.c,v 1.23 2015/12/22 20:31:51 sf Exp $ */
/* $NetBSD: tty_conf.c,v 1.18 1996/05/19 17:17:55 jonathan Exp $ */
/*-
@@ -42,6 +42,11 @@
#include <sys/tty.h>
#include <sys/conf.h>
+#include "ppp.h"
+#include "nmea.h"
+#include "msts.h"
+#include "endrun.h"
+
#define ttynodisc ((int (*)(dev_t, struct tty *, struct proc *))enodev)
#define ttyerrclose ((int (*)(struct tty *, int flags, struct proc *))enodev)
#define ttyerrio ((int (*)(struct tty *, struct uio *, int))enodev)