mirror of https://github.com/aria2/aria2
Fix Android build
parent
f6b2c3c080
commit
2684db766d
|
@ -39,10 +39,6 @@
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
|
||||||
# include <sys/types.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
#ifdef malloc
|
#ifdef malloc
|
||||||
# undef malloc
|
# undef malloc
|
||||||
|
@ -88,4 +84,8 @@
|
||||||
# include <inttypes.h>
|
# include <inttypes.h>
|
||||||
#endif // HAVE_INTTYPES_H
|
#endif // HAVE_INTTYPES_H
|
||||||
|
|
||||||
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
|
# include <sys/types.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // D_COMMON_H
|
#endif // D_COMMON_H
|
||||||
|
|
Loading…
Reference in New Issue