mirror of https://github.com/aria2/aria2
2008-07-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Fixed the compile error in hurd-i386 See the original bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488602 * src/a2io.hpull/1/head
parent
dbb8cbc88d
commit
46f081f1db
|
@ -1,3 +1,10 @@
|
|||
2008-07-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Fixed the compile error in hurd-i386
|
||||
See the original bug report:
|
||||
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488602
|
||||
* src/a2io.h
|
||||
|
||||
2008-07-01 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Code cleanup.
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <cerrno>
|
||||
|
||||
#ifdef HAVE_IO_H
|
||||
# include <io.h>
|
||||
|
|
Loading…
Reference in New Issue