mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Include <ac/bytes.h> after <ac/stdlib.h> to avoid problems
Linux on Alpha problems
This commit is contained in:
parent
14ab87b54a
commit
06aa7d8d43
2 changed files with 3 additions and 2 deletions
|
|
@ -30,11 +30,11 @@
|
||||||
#include "ldap_config.h"
|
#include "ldap_config.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ac/bytes.h>
|
|
||||||
#include <ac/stdlib.h>
|
#include <ac/stdlib.h>
|
||||||
#include <ac/string.h>
|
#include <ac/string.h>
|
||||||
#include <ac/unistd.h>
|
#include <ac/unistd.h>
|
||||||
|
|
||||||
|
#include <ac/bytes.h>
|
||||||
|
|
||||||
#include "ucdata.h"
|
#include "ucdata.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,11 +30,12 @@
|
||||||
#include "ldap_config.h"
|
#include "ldap_config.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ac/bytes.h>
|
|
||||||
#include <ac/stdlib.h>
|
#include <ac/stdlib.h>
|
||||||
#include <ac/string.h>
|
#include <ac/string.h>
|
||||||
#include <ac/unistd.h>
|
#include <ac/unistd.h>
|
||||||
|
|
||||||
|
#include <ac/bytes.h>
|
||||||
|
|
||||||
#include <lutil.h>
|
#include <lutil.h>
|
||||||
|
|
||||||
#undef ishdigit
|
#undef ishdigit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue