summaryrefslogtreecommitdiff
path: root/ifconfig.c
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>1998-11-19 13:01:47 +0000
committerPhil Blundell <philb@gnu.org>1998-11-19 13:01:47 +0000
commite1396f44190dc777c456684b975728c374e3bb7b (patch)
tree0238e299e44f5c3f13fbc6c617afdb40251f0251 /ifconfig.c
parent2a022628ccea53b64d4d1740924aee4e5d341790 (diff)
downloadnet-tools-e1396f44190dc777c456684b975728c374e3bb7b.tar.gz
net-tools-e1396f44190dc777c456684b975728c374e3bb7b.tar.bz2
net-tools-e1396f44190dc777c456684b975728c374e3bb7b.zip
Include util.h where needed
Diffstat (limited to 'ifconfig.c')
-rw-r--r--ifconfig.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ifconfig.c b/ifconfig.c
index 75cdf40..82bbb72 100644
--- a/ifconfig.c
+++ b/ifconfig.c
@@ -3,7 +3,7 @@
* that either displays or sets the characteristics of
* one or more of the system's networking interfaces.
*
- * Version: $Id: ifconfig.c,v 1.21 1998/11/19 06:36:57 freitag Exp $
+ * Version: $Id: ifconfig.c,v 1.22 1998/11/19 13:01:47 philip Exp $
*
* Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
* and others. Copyright 1993 MicroWalt Corporation
@@ -105,6 +105,7 @@ static const char *if_port_text[][4] =
#include "../intl.h"
#include "interface.h"
#include "sockets.h"
+#include "util.h"
char *Release = RELEASE, *Version = "ifconfig 1.36 (1998-10-31)";