aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>1999-08-28 11:26:08 +0000
committerPhil Blundell <philb@gnu.org>1999-08-28 11:26:08 +0000
commitb9e152a6f7b9892d793c458a1ea38eaafee7b62c (patch)
tree9aa0e830a0ee36b182cfbb9e4b1bbf3539bdca72 /netstat.c
parentPortability/cross-compile fixes from Chris G. Demetriou (diff)
downloadnet-tools-b9e152a6f7b9892d793c458a1ea38eaafee7b62c.tar.gz
net-tools-b9e152a6f7b9892d793c458a1ea38eaafee7b62c.tar.bz2
net-tools-b9e152a6f7b9892d793c458a1ea38eaafee7b62c.zip
Fix warning in netstat.
Only build util-ank if iptunnel and ipmaddr were requested
Diffstat (limited to 'netstat.c')
-rw-r--r--netstat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/netstat.c b/netstat.c
index 0e32378..7b79c08 100644
--- a/netstat.c
+++ b/netstat.c
@@ -6,7 +6,7 @@
* NET-3 Networking Distribution for the LINUX operating
* system.
*
- * Version: $Id: netstat.c,v 1.29 1999/07/28 21:53:34 philip Exp $
+ * Version: $Id: netstat.c,v 1.30 1999/08/28 11:26:08 philip Exp $
*
* Authors: Fred Baumgarten, <dc6iq@insu1.etec.uni-karlsruhe.de>
* Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
@@ -90,6 +90,7 @@
#include "intl.h"
#include "sockets.h"
#include "interface.h"
+#include "util.h"
#define PROGNAME_WIDTH 20