msvcrt: Solaris asctime_r compilation fix.

oldstable
Jeremy White 2006-06-19 22:42:05 +02:00 committed by Alexandre Julliard
parent 466d3fe8e5
commit a73d568ece
1 changed files with 1 additions and 0 deletions

View File

@ -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>