include ac/ headers

This commit is contained in:
Pierangelo Masarati 2003-01-24 12:33:12 +00:00
parent 9e6a9876b2
commit a9cde92376
2 changed files with 7 additions and 7 deletions

View File

@ -13,11 +13,11 @@
#include <portable.h>
#include <slapi_common.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <unistd.h>
#include <ac/string.h>
#include <ac/stdarg.h>
#include <ac/unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <ac/errno.h>
#include <ldap.h>
#include <ldap_config.h>

View File

@ -24,9 +24,9 @@
#include <slap.h>
#include <slapi.h>
#include <stdarg.h>
#include <ctype.h>
#include <unistd.h>
#include <ac/stdarg.h>
#include <ac/ctype.h>
#include <ac/unistd.h>
#include <ldap_pvt.h>
struct berval *ns_get_supported_extop( int );