diff options
author | Karl Williamson <khw@cpan.org> | 2020-11-30 21:27:44 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-12-04 14:43:13 -0700 |
commit | 5e638b40985e6c9728d695fe14ab7f2b038d0979 (patch) | |
tree | 0d57ede2a9d677f705738d28903ee9f1176ce423 /time64_config.h | |
parent | 407c2aaa9132bbacb18c1e1031f68cd4cebe2e0e (diff) | |
download | perl-5e638b40985e6c9728d695fe14ab7f2b038d0979.tar.gz |
time64_config.h: #include reentr.h
This is so it will get any reentrant versions automatically
Diffstat (limited to 'time64_config.h')
-rw-r--r-- | time64_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/time64_config.h b/time64_config.h index 0bebebb53c..8a8dbef6dd 100644 --- a/time64_config.h +++ b/time64_config.h @@ -1,6 +1,8 @@ #ifndef PERL_TIME64_CONFIG_H_ # define PERL_TIME64_CONFIG_H_ +#include "reentr.h" + /* Configuration ------------- Define as appropriate for your system. |