Skip to content
Snippets Groups Projects
Commit b46e65aa authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Fix previous commit. It broke builds where --with-cyrus-sasl=no is set.

parent 551aa7b9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment