mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
utime is not needed here any more
This commit is contained in:
parent
c722dd9ca8
commit
0246338206
1 changed files with 0 additions and 6 deletions
|
|
@ -22,12 +22,6 @@
|
|||
#include <ac/stdlib.h>
|
||||
#include <ac/errno.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef HAVE_UTIME_H
|
||||
# ifdef HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
# endif
|
||||
# include <utime.h>
|
||||
#endif /* HAVE_UTIME_H */
|
||||
#include "back-bdb.h"
|
||||
#include <lutil.h>
|
||||
#include <ldap_rq.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue