#endif
#include <sys/types.h>
#include <setjmp.h>
+#include <time.h>
#include "status-exit-codes.h"
#include "funcattrs.h" /* for PRINTFLIKE_FUNCPTR() */
#include "diag-control.h" /* for ND_UNREACHABLE */
extern size_t strlcpy (char *, const char *, size_t);
#endif
-#ifndef HAVE_STRDUP
-extern char *strdup (const char *str);
-#endif
-
#ifndef HAVE_STRSEP
extern char *strsep(char **, const char *);
#endif