From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 26 Oct 2007 20:41:58 -0000 Subject: [Cluster-devel] cluster/group/lib libgroup.c Message-ID: <20071026204158.24011.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland at sourceware.org 2007-10-26 20:41:58 Modified files: group/lib : libgroup.c Log message: include ctype.h to sync with HEAD Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/lib/libgroup.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.24.2.2&r2=1.24.2.3 --- cluster/group/lib/libgroup.c 2007/10/26 20:34:41 1.24.2.2 +++ cluster/group/lib/libgroup.c 2007/10/26 20:41:58 1.24.2.3 @@ -30,6 +30,7 @@ #include #include #include +#include #include "groupd.h" #include "libgroup.h"