aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Eckenfels <net-tools@lina.inka.de>2009-09-06 22:39:20 +0000
committerBernd Eckenfels <net-tools@lina.inka.de>2009-09-06 22:39:20 +0000
commit1e4c72befca1ce747d5310615811fcf9d9df24a3 (patch)
tree8239cd0d365d310257d55539131a90fc4916b7b1
parentignore local .git dir (diff)
downloadnet-tools-1e4c72befca1ce747d5310615811fcf9d9df24a3.tar.gz
net-tools-1e4c72befca1ce747d5310615811fcf9d9df24a3.tar.bz2
net-tools-1e4c72befca1ce747d5310615811fcf9d9df24a3.zip
Missing include to make compileable with gcc-4.3.2 and glibc-2.9_p20081201
Patch from Petr Pisar [Berlios Bug#16232].
-rw-r--r--lib/ec_hw.c3
1 files changed, 2 insertions, 1 deletions
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 <philb@gnu.org>
*
@@ -16,6 +16,7 @@
#if HAVE_HWEC
+#include <stdlib.h>
#include <net/if_arp.h>
#include "net-support.h"