mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Included asctime_r.h from a2time.h. * src/a2time.h
This commit is contained in:
parent
efe93b87aa
commit
ca51ecfda1
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user