]> git.sur5r.net Git - openldap/commitdiff
Include <ac/bytes.h> after <ac/stdlib.h> to avoid problems
authorKurt Zeilenga <kurt@openldap.org>
Wed, 2 Oct 2002 20:57:05 +0000 (20:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 2 Oct 2002 20:57:05 +0000 (20:57 +0000)
Linux on Alpha problems

libraries/liblunicode/ucdata/ucdata.c
libraries/liblunicode/ucdata/ucgendat.c

index 151e0ac1057f3c260aff7b1f42eac2a51a84bc25..9d6ab2581cf3c14335f660c1669407bdc26694be 100644 (file)
 #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"
 
index 9cc7140ddb24f8ba86cd5962845f0c409e6eee7f..ea88d95f01ca4fc66773fed5c06a6eddc3f23a3b 100644 (file)
 #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