mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 11:59:45 -05:00
Fix include order
This commit is contained in:
parent
efa7b93b23
commit
ab3b125d1e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,11 +26,11 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <ldap_pvt.h>
|
||||
#include "slurp.h"
|
||||
#include "globals.h"
|
||||
#include "lutil.h"
|
||||
|
||||
#include <ldap_pvt.h>
|
||||
|
||||
int
|
||||
main(
|
||||
|
|
|
|||
Loading…
Reference in a new issue