Include <ac/bytes.h> after <ac/stdlib.h> to avoid problems

Linux on Alpha problems
This commit is contained in:
Kurt Zeilenga 2002-10-02 20:57:05 +00:00
parent 14ab87b54a
commit 06aa7d8d43
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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