mirror of https://github.com/aria2/aria2
2008-06-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Included stdint.h * src/common.hpull/1/head
parent
ad045fea44
commit
5cbab84b65
|
@ -1,3 +1,8 @@
|
|||
2008-06-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Included stdint.h
|
||||
* src/common.h
|
||||
|
||||
2008-06-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Removed duplicate HAVE_GETTIMEOFDAY
|
||||
|
|
|
@ -61,5 +61,7 @@
|
|||
|
||||
// use C99 limit macros
|
||||
#define __STDC_LIMIT_MACROS
|
||||
// included here for compatibility issues with old compiler/libraries.
|
||||
#include <stdint.h>
|
||||
|
||||
#endif // _D_COMMON_H_
|
||||
|
|
Loading…
Reference in New Issue