Commit a73d568e authored by Jeremy White's avatar Jeremy White Committed by Alexandre Julliard

msvcrt: Solaris asctime_r compilation fix.

parent 466d3fe8
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment