mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
Moved <stdio.h> before <ac/stdlib.h>
This commit is contained in:
parent
cc8aa38d7d
commit
1a0ca2195e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue