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