[Fedora-directory-commits] ldapserver/ldap/clients/orgchart wrapper.c, 1.5, 1.6

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Nov 10 23:44:42 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/clients/orgchart
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/ldap/clients/orgchart

Modified Files:
	wrapper.c 
Log Message:
Resolves: #214533
Summary: configure needs to support --with-fhs (Comment #6)
Changes: Added the following include next to the end of the copyright block.
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+



Index: wrapper.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/orgchart/wrapper.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wrapper.c	11 Apr 2006 02:14:33 -0000	1.5
+++ wrapper.c	10 Nov 2006 23:44:39 -0000	1.6
@@ -35,6 +35,11 @@
  * All rights reserved.
  * --- END COPYRIGHT BLOCK --- */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /***********************************************************************
 ** Includes
 ***********************************************************************/




More information about the Fedora-directory-commits mailing list