summaryrefslogtreecommitdiffstats
path: root/ldap/libraries/libavl/avl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/libraries/libavl/avl.c')
-rw-r--r--ldap/libraries/libavl/avl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/libraries/libavl/avl.c b/ldap/libraries/libavl/avl.c
index e26aab69..75778916 100644
--- a/ldap/libraries/libavl/avl.c
+++ b/ldap/libraries/libavl/avl.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/* avl.c - routines to implement an avl tree */
/*
* Copyright (c) 1993 Regents of the University of Michigan.