]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix previous commit. It broke builds where --with-cyrus-sasl=no is set.
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 27 Jun 2019 17:44:18 +0000 (17:44 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 27 Jun 2019 17:44:18 +0000 (17:44 +0000)
libraries/libldap/cyrus.c

index 029e36c25edd4273869576a1027c3a966480f816..e0cff0061dd104a446ce0cb6efa904f2cdd07b5d 100644 (file)
@@ -15,6 +15,8 @@
 
 #include "portable.h"
 
+#include "ldap-int.h"
+
 #ifdef HAVE_CYRUS_SASL
 
 #include <stdio.h>
@@ -31,8 +33,6 @@
 #include <limits.h>
 #endif
 
-#include "ldap-int.h"
-
 #ifndef INT_MAX
 #define        INT_MAX 2147483647      /* 32 bit signed max */
 #endif