[Cluster-devel] cluster/group/lib libgroup.c

teigland at sourceware.org teigland at sourceware.org
Fri Oct 26 20:41:58 UTC 2007


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 <netinet/in.h>
 #include <string.h>
 #include <errno.h>
+#include <ctype.h>
 
 #include "groupd.h"
 #include "libgroup.h"




More information about the Cluster-devel mailing list