From 1e4c72befca1ce747d5310615811fcf9d9df24a3 Mon Sep 17 00:00:00 2001 From: Bernd Eckenfels Date: Sun, 6 Sep 2009 22:39:20 +0000 Subject: [PATCH] Missing include to make compileable with gcc-4.3.2 and glibc-2.9_p20081201 Patch from Petr Pisar [Berlios Bug#16232]. --- lib/ec_hw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ec_hw.c b/lib/ec_hw.c index 825e501..088d125 100644 --- a/lib/ec_hw.c +++ b/lib/ec_hw.c @@ -2,7 +2,7 @@ * lib/ec_hw.c This file contains an implementation of the Econet * hardware support functions. * - * Version: $Id: ec_hw.c,v 1.2 1999/09/27 11:00:46 philip Exp $ + * Version: $Id: ec_hw.c,v 1.3 2009/09/06 22:39:20 ecki Exp $ * * Author: Philip Blundell * @@ -16,6 +16,7 @@ #if HAVE_HWEC +#include #include #include "net-support.h" -- 2.7.4