Moved <stdio.h> before <ac/stdlib.h>

This commit is contained in:
Howard Chu 2002-07-26 03:16:21 +00:00
parent cc8aa38d7d
commit 1a0ca2195e

View File

@ -12,12 +12,12 @@
*/
#include "portable.h"
#include <stdio.h>
#include <ac/stdlib.h>
#include <ac/string.h>
#include <ac/unistd.h>
#include <stdio.h>
#include <ldap.h>
#include "ldap-int.h"