diff options
Diffstat (limited to 'Modules/_time.h')
-rw-r--r-- | Modules/_time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/_time.h b/Modules/_time.h new file mode 100644 index 0000000..816593b --- /dev/null +++ b/Modules/_time.h @@ -0,0 +1,3 @@ +/* XXX: It is probably best to move timefuncs.h content in here, and + remove it but user code may rely on it. */ +#include "timefuncs.h" |