Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Rine
OpenLDAP
Commits
455dd54b
Commit
455dd54b
authored
Feb 28, 2021
by
Ryan Tandy
Committed by
Quanah Gibson-Mount
Mar 02, 2021
Browse files
ITS#9484 Include portable.h in contrib passwd modules
parent
99efeda0
Changes
3
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/passwd/apr1.c
View file @
455dd54b
...
...
@@ -18,6 +18,9 @@
* revision 42, as noted.
*
*/
#include "portable.h"
#include <lber.h>
#include <lber_pvt.h>
#include "lutil.h"
...
...
contrib/slapd-modules/passwd/kerberos.c
View file @
455dd54b
...
...
@@ -13,6 +13,8 @@
* <http://www.OpenLDAP.org/license.html>.
*/
#include "portable.h"
#include <unistd.h>
#include <lber.h>
...
...
contrib/slapd-modules/passwd/netscape.c
View file @
455dd54b
...
...
@@ -13,6 +13,8 @@
* <http://www.OpenLDAP.org/license.html>.
*/
#include "portable.h"
#include <unistd.h>
#include <lber.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment