msvcrt: Solaris asctime_r compilation fix.
This commit is contained in:
parent
466d3fe8e5
commit
a73d568ece
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#define _POSIX_PTHREAD_SEMANTICS /* switch to a 2 arg style asctime_r on Solaris */
|
||||
#include <time.h>
|
||||
#ifdef HAVE_SYS_TIMES_H
|
||||
# include <sys/times.h>
|
||||
|
|
Loading…
Reference in New Issue