]> 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:45:38 +0000 (17:45 +0000)
libraries/libldap/cyrus.c

index fdc2772271e44979cc9b4f7a84b05446509ebb3a..0c6e9f9471bb01e9c3b6f84c9715deda4c679287 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