]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/modrdn.c
Changes from HEAD for beta
[openldap] / servers / slapd / back-perl / modrdn.c
index 20bdf3c8bdb44adff56dd87cdebc4cd64d34fc00..2befbb6ee7c8ff4669ffc14122a34302c582944d 100644 (file)
  *
  */
 
-#include "portable.h"
-
-#include <stdio.h>
+#include <EXTERN.h>
+#include <perl.h>
+#undef _ /* #defined used 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"