]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/compare.c
Format %d -> %ld.
[openldap] / servers / slapd / back-perl / compare.c
index 8218bb41682a9830a43ba6a35dfc6744ff0e47d1..4cb871461a7234cbe826b9c76508a6eab4c93481 100644 (file)
  *      in file LICENSE in the top-level directory of the distribution.
  */
 
-#include "portable.h"
-
-#include <stdio.h>
+#include <EXTERN.h>
+#include <perl.h>
+#undef _ /* #defined by both Perl and ac/localize.h */
 
-#include "slap.h"
 #ifdef HAVE_WIN32_ASPERL
 #include "asperl_undefs.h"
 #endif
 
-#include <EXTERN.h>
-#include <perl.h>
+#include "portable.h"
+
+#include <stdio.h>
+
+#include "slap.h"
 
 #include "lutil.h"
 #include "perl_back.h"