Included asctime_r.h from a2time.h. * src/a2time.h
@@ -1,3 +1,8 @@
+2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
+
+ Included asctime_r.h from a2time.h.
+ * src/a2time.h
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added a message "aria2 doesn't verify signature" to log message when
@@ -53,4 +53,8 @@
# include "timegm.h"
#endif // HAVE_TIMEGM
+#ifndef HAVE_ASCTIME_R
+# include "asctime_r.h"
+#endif // HAVE_ASCTIME_R
#endif // _D_A2TIME_H_