Do include of sys/time.h to define struct timeval used in back-bdb2/add.c

and back-bdb2/compare.c.
This commit is contained in:
Juan Gomez 1999-03-31 01:15:51 +00:00
parent 9b51f19e00
commit bbff96dd90

View file

@ -3,6 +3,10 @@
#include <ldap_cdefs.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h> /* Needed in add.c compare.c struct timeval */
#endif
#include "external.h"
LDAP_BEGIN_DECL