mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Include sys/time.h if we have it defined, needed for some systems, to define time_t
This commit is contained in:
parent
b882fd8ca9
commit
a0c33034bf
@ -16,6 +16,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <ac/string.h>
|
||||
#include <ac/ctype.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user