]> git.sur5r.net Git - openldap/commitdiff
Moved <stdio.h> before <ac/stdlib.h>
authorHoward Chu <hyc@openldap.org>
Fri, 26 Jul 2002 03:16:21 +0000 (03:16 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 26 Jul 2002 03:16:21 +0000 (03:16 +0000)
libraries/libldap/dntest.c

index 72d3c52febb82f4e73f4c1564564ccfcef8a84eb..97cc7278806c2d7f98e40c1dc41e74efe5c63359 100644 (file)
  */
 #include "portable.h"
 
+#include <stdio.h>
+
 #include <ac/stdlib.h>
 #include <ac/string.h>
 #include <ac/unistd.h>
 
-#include <stdio.h>
-
 #include <ldap.h>
 
 #include "ldap-int.h"