Skip to content

Commit 5e638b4

Browse files
committed
time64_config.h: #include reentr.h
This is so it will get any reentrant versions automatically
1 parent 407c2aa commit 5e638b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

time64_config.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef PERL_TIME64_CONFIG_H_
22
# define PERL_TIME64_CONFIG_H_
33

4+
#include "reentr.h"
5+
46
/* Configuration
57
-------------
68
Define as appropriate for your system.

0 commit comments

Comments
 (0)