Prechádzať zdrojové kódy

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
Tatsuhiro Tsujikawa 17 rokov pred
rodič
commit
46f081f1db
2 zmenil súbory, kde vykonal 8 pridanie a 0 odobranie
  1. 7 0
      ChangeLog
  2. 1 0
      src/a2io.h

+ 7 - 0
ChangeLog

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

+ 1 - 0
src/a2io.h

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