summaryrefslogtreecommitdiff
path: root/device/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/tty.h')
-rw-r--r--device/tty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/tty.h b/device/tty.h
index ea6f4404..0bdb2db9 100644
--- a/device/tty.h
+++ b/device/tty.h
@@ -125,7 +125,7 @@ extern void ttychars(
#define TTMINBUF 90
-short tthiwat[NSPEEDS], ttlowat[NSPEEDS];
+extern short tthiwat[NSPEEDS], ttlowat[NSPEEDS];
#define TTHIWAT(tp) tthiwat[(tp)->t_ospeed]
#define TTLOWAT(tp) ttlowat[(tp)->t_ospeed]