diff options
author | robin <robin@cvs.openbsd.org> | 1996-12-23 13:42:25 +0000 |
---|---|---|
committer | robin <robin@cvs.openbsd.org> | 1996-12-23 13:42:25 +0000 |
commit | 6fde4773b84a105eb720d88ca4d18770f61a2e63 (patch) | |
tree | 691d3f69489e1d406a98ab40e7673af001109ebf | |
parent | 02bedb89db7dcc51d4c7b17f87ba4234c19c625f (diff) |
Add missing # include <term.h>
-rw-r--r-- | lib/libterm/termcap.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libterm/termcap.3 b/lib/libterm/termcap.3 index a92207ce46e..1d69436c750 100644 --- a/lib/libterm/termcap.3 +++ b/lib/libterm/termcap.3 @@ -45,6 +45,7 @@ .Nm tputs .Nd terminal independent operation routines .Sh SYNOPSIS +.Fd #include <term.h> .Vt char PC; .Vt char *BC; .Vt char *UP; |