mirror of https://github.com/aria2/aria2
Fix mingw32 compile error
parent
07d270c87e
commit
c330ac901d
|
@ -34,9 +34,10 @@
|
|||
/* copyright --> */
|
||||
#include "SimpleRandomizer.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <cstdlib>
|
||||
#include <cassert>
|
||||
|
||||
#include "a2time.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue