mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08: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
@ -30,11 +30,11 @@
|
||||
#include "ldap_config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ac/bytes.h>
|
||||
#include <ac/stdlib.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/unistd.h>
|
||||
|
||||
#include <ac/bytes.h>
|
||||
|
||||
#include "ucdata.h"
|
||||
|
||||
|
@ -30,11 +30,12 @@
|
||||
#include "ldap_config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ac/bytes.h>
|
||||
#include <ac/stdlib.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/unistd.h>
|
||||
|
||||
#include <ac/bytes.h>
|
||||
|
||||
#include <lutil.h>
|
||||
|
||||
#undef ishdigit
|
||||
|
Loading…
Reference in New Issue
Block a user