diff options
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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? */ |