diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-12 20:44:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-12 20:44:40 +0000 |
commit | cb173c591d6843273d3d33c786974e2d6c459e90 (patch) | |
tree | 9b97738a902e568625018f43a64799b28e6345e3 /lib/libterm/termcap.c | |
parent | e9d7b78784631f518a36085383e86bb93dc399be (diff) |
fix includes
Diffstat (limited to 'lib/libterm/termcap.c')
-rw-r--r-- | lib/libterm/termcap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libterm/termcap.c b/lib/libterm/termcap.c index 1b8fdf3cf9b..bd8de06a588 100644 --- a/lib/libterm/termcap.c +++ b/lib/libterm/termcap.c @@ -44,6 +44,7 @@ static char rcsid[] = "$NetBSD: termcap.c,v 1.7 1995/06/05 19:45:52 pk Exp $"; #define PBUFSIZ 512 /* max length of filename path */ #define PVECSIZ 32 /* max number of names in path */ +#include <sys/param.h> #include <stdio.h> #include <ctype.h> #include <stdlib.h> |