From 46f081f1dbf66e8b40a4412c6cc4f41c8aa40d20 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 5 Jul 2008 15:37:02 +0000 Subject: [PATCH] 2008-07-06 Tatsuhiro Tsujikawa 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 --- ChangeLog | 7 +++++++ src/a2io.h | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6ca1488e..ab4d124a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-07-06 Tatsuhiro Tsujikawa + + 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 Code cleanup. diff --git a/src/a2io.h b/src/a2io.h index 54ffe82e..270f3fc7 100644 --- a/src/a2io.h +++ b/src/a2io.h @@ -39,6 +39,7 @@ #include #include #include +#include #ifdef HAVE_IO_H # include