summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-11-30 21:27:44 -0700
committerKarl Williamson <khw@cpan.org>2020-12-04 14:43:13 -0700
commit5e638b40985e6c9728d695fe14ab7f2b038d0979 (patch)
tree0d57ede2a9d677f705738d28903ee9f1176ce423
parent407c2aaa9132bbacb18c1e1031f68cd4cebe2e0e (diff)
downloadperl-5e638b40985e6c9728d695fe14ab7f2b038d0979.tar.gz
time64_config.h: #include reentr.h
This is so it will get any reentrant versions automatically
-rw-r--r--time64_config.h2
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.