summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thread.h b/thread.h
index 656a693b36..e29f8add21 100644
--- a/thread.h
+++ b/thread.h
@@ -171,7 +171,9 @@ struct perl_thread {
SV * TSv;
XPV * TXpv;
struct stat Tstatbuf;
+#ifdef HAS_TIMES
struct tms Ttimesbuf;
+#endif
/* XXX What about regexp stuff? */