]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Need to include ldap_config.h
authorKurt Zeilenga <kurt@openldap.org>
Thu, 12 Sep 2002 21:23:47 +0000 (21:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 12 Sep 2002 21:23:47 +0000 (21:23 +0000)
libraries/liblutil/tempnam.c

index fa455c0c75a87fdae4eda16e0db79cec07412b57..d0643b2c47e727adb48e41f8d10297cac265a67d 100644 (file)
@@ -10,6 +10,7 @@
 #include <ac/unistd.h>
 
 #include "lutil.h"
+#include "ldap_config.h"
 
 char *
 (tempnam)( const char *dir, const char *pfx )