mirror of https://github.com/aria2/aria2
Fixed ssize_t error on MinGW
parent
238c3128de
commit
1c39b9474e
|
@ -39,6 +39,10 @@
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue