summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/pam_passthru/pam_ptimpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/plugins/pam_passthru/pam_ptimpl.c')
-rw-r--r--ldap/servers/plugins/pam_passthru/pam_ptimpl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/servers/plugins/pam_passthru/pam_ptimpl.c b/ldap/servers/plugins/pam_passthru/pam_ptimpl.c
index 1a3ce4a6..93aa9207 100644
--- a/ldap/servers/plugins/pam_passthru/pam_ptimpl.c
+++ b/ldap/servers/plugins/pam_passthru/pam_ptimpl.c
@@ -35,6 +35,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#include <security/pam_appl.h>
#include "pam_passthru.h"