From 8307a2628ba2e19e2f4579abd858507035b4da4d Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Sat, 13 Jul 2013 21:09:12 -0700 Subject: [PATCH] simple_time.c: fix compile for Solaris Signed-off-by: Colin McCabe --- simple_time.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/simple_time.c b/simple_time.c index 9bede48..0055e1c 100644 --- a/simple_time.c +++ b/simple_time.c @@ -1,3 +1,5 @@ +#define _POSIX_PTHREAD_SEMANTICS // needed for Solaris for asctime_r + #include #include #include -- 1.6.6.rc1.39.g9a42