diff options
Diffstat (limited to 'usr.bin/ypmatch/ypmatch.c')
| -rw-r--r-- | usr.bin/ypmatch/ypmatch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index 707a9e93c2f1..a9c32ea72c48 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$"); #include <rpcsvc/yp_prot.h> #include <rpcsvc/ypclnt.h> +#include <ctype.h> #include <err.h> #include <stdio.h> #include <stdlib.h> |
