]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/search.c
Format %d -> %ld.
[openldap] / servers / slapd / back-perl / search.c
index c070b46b0a1c51ce616ba5b937f744e641185ec4..2cf30dcd4bfb283e5ee5734aaddde78931c6eab7 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 "perl_back.h"