summaryrefslogtreecommitdiffstats
path: root/ldap/libraries/libutil/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/libraries/libutil/getopt.c')
-rw-r--r--ldap/libraries/libutil/getopt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/libraries/libutil/getopt.c b/ldap/libraries/libutil/getopt.c
index 612d78fe..e3c5d56f 100644
--- a/ldap/libraries/libutil/getopt.c
+++ b/ldap/libraries/libutil/getopt.c
@@ -17,6 +17,11 @@
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#ifdef _WINDOWS
#if defined(LIBC_SCCS) && !defined(lint)