diff options
author | Phil Blundell <philb@gnu.org> | 1998-11-19 13:01:47 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 1998-11-19 13:01:47 +0000 |
commit | e1396f44190dc777c456684b975728c374e3bb7b (patch) | |
tree | 0238e299e44f5c3f13fbc6c617afdb40251f0251 /ifconfig.c | |
parent | 2a022628ccea53b64d4d1740924aee4e5d341790 (diff) | |
download | net-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)"; |