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
This commit is contained in:
Tatsuhiro Tsujikawa 2008-07-05 15:37:02 +00:00
parent dbb8cbc88d
commit 46f081f1db
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -39,6 +39,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <cerrno>
#ifdef HAVE_IO_H
# include <io.h>