]> git.sur5r.net Git - openldap/commitdiff
Fix build with gcc 4.6
authorRalf Haferkamp <ralf@openldap.org>
Tue, 3 May 2011 09:21:07 +0000 (11:21 +0200)
committerRalf Haferkamp <ralf@openldap.org>
Tue, 3 May 2011 09:21:07 +0000 (11:21 +0200)
contrib/ldapc++/src/LDAPEntryList.h
contrib/ldapc++/src/LDAPReferenceList.h

index 1eae1058d2d5ea20410011443730148518ecf788..eadc537475d07e1a0dfebeb6f1e9a2e00f65b91a 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef LDAP_ENTRY_LIST_H
 #define LDAP_ENTRY_LIST_H
 
+#include <cstdio>
 #include <list>
 
 class LDAPEntry;
index 34af7473cd0b74522277f0d409ff5c178bcd75da..17bb164b13f8ce6ae8f120a33906a2557a69d5fc 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef LDAP_REFERENCE_LIST_H
 #define LDAP_REFERENCE_LIST_H
 
+#include <cstdio>
 #include <list>
 
 class LDAPSearchReference;