mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Moved <stdio.h> before <ac/stdlib.h>
This commit is contained in:
parent
cc8aa38d7d
commit
1a0ca2195e
@ -12,12 +12,12 @@
|
||||
*/
|
||||
#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"
|
||||
|
Loading…
Reference in New Issue
Block a user