From 72ca6286fbfb4b85841028a9be559f8315149355 Mon Sep 17 00:00:00 2001 From: okuji Date: Thu, 13 Jul 2000 08:32:55 +0000 Subject: [PATCH] fix a bug in device.c. --- ChangeLog | 5 +++++ THANKS | 1 + lib/device.c | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 49b3601d2..43f93a776 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-07-13 OKUJI Yoshinori + + * lib/device.c: Include errno.h. Reported by Thierry DELHAISE + . + 2000-07-12 OKUJI Yoshinori Just to start implementing serial console support... diff --git a/THANKS b/THANKS index bc165335e..68d9cfe94 100644 --- a/THANKS +++ b/THANKS @@ -39,6 +39,7 @@ Peter Astrand Ramon van Handel Stephen Early Takehiro Suzuki +Thierry DELHAISE Thomas Schweikle Torsten Duwe VaX#n8 diff --git a/lib/device.c b/lib/device.c index b2d7cf201..ffbf1996d 100644 --- a/lib/device.c +++ b/lib/device.c @@ -27,6 +27,7 @@ #include #include #include +#include #ifdef __linux__ # include /* ioctl */