summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypbind
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2014-01-21 23:05:09 +0000
committerjsg <jsg@openbsd.org>2014-01-21 23:05:09 +0000
commitc987ec2d919beaa141a0dfa6b8b03b015061279b (patch)
tree075b5b9e3d2bfca20a4f2cdc3743f403dc9b50cd /usr.sbin/ypbind
parentinclude stdlib.h for drand48() (diff)
downloadwireguard-openbsd-c987ec2d919beaa141a0dfa6b8b03b015061279b.tar.xz
wireguard-openbsd-c987ec2d919beaa141a0dfa6b8b03b015061279b.zip
add back ctype.h include for isspace()
Diffstat (limited to 'usr.sbin/ypbind')
-rw-r--r--usr.sbin/ypbind/ypbind.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c
index f858febfb61..439daa2cc9b 100644
--- a/usr.sbin/ypbind/ypbind.c
+++ b/usr.sbin/ypbind/ypbind.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypbind.c,v 1.61 2013/12/20 00:31:12 deraadt Exp $ */
+/* $OpenBSD: ypbind.c,v 1.62 2014/01/21 23:05:09 jsg Exp $ */
/*
* Copyright (c) 1992, 1993, 1996, 1997, 1998 Theo de Raadt <deraadt@openbsd.org>
@@ -37,6 +37,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
+#include <ctype.h>
#include <netdb.h>
#include <string.h>
#include <dirent.h>