]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9484 Include portable.h in contrib passwd modules
authorRyan Tandy <ryan@nardis.ca>
Mon, 1 Mar 2021 02:30:51 +0000 (18:30 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 2 Mar 2021 20:51:09 +0000 (20:51 +0000)
contrib/slapd-modules/passwd/apr1.c
contrib/slapd-modules/passwd/kerberos.c
contrib/slapd-modules/passwd/netscape.c

index 0ddb01b7ca317c748ecb039037c8161024779590..36880f376e6ccccf689af761673ead796385c1f4 100644 (file)
@@ -18,6 +18,9 @@
  * revision 42, as noted.
  *
  */
+
+#include "portable.h"
+
 #include <lber.h>
 #include <lber_pvt.h>
 #include "lutil.h"
index eecf00afa0e67e45518b734cdcab129c37ea73c7..66934819887baf33b188b133874fb0442c3e1853 100644 (file)
@@ -13,6 +13,8 @@
  * <http://www.OpenLDAP.org/license.html>.
  */
 
+#include "portable.h"
+
 #include <unistd.h>
 
 #include <lber.h>
index 0551fe6ae696da60a59781590eeafeaa85c54b4f..0d76b7f0be67949c01f793d0fab44b3c267af70f 100644 (file)
@@ -13,6 +13,8 @@
  * <http://www.OpenLDAP.org/license.html>.
  */
 
+#include "portable.h"
+
 #include <unistd.h>
 
 #include <lber.h>