From 1238f38d307bef221bfae23e3da489febeaec088 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 26 Nov 1998 10:16:38 +0000 Subject: [PATCH] More #include "util.h" --- lib/ash.c | 3 ++- lib/fddi.c | 3 ++- lib/hippi.c | 1 + lib/inet6.c | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/ash.c b/lib/ash.c index c3a8447..6e58992 100644 --- a/lib/ash.c +++ b/lib/ash.c @@ -1,7 +1,7 @@ /* * lib/ash.c This file contains an implementation of the Ash * support functions for the NET-2 base distribution. - * $Id: ash.c,v 1.7 1998/11/17 15:16:31 freitag Exp $ + * $Id: ash.c,v 1.8 1998/11/26 10:16:38 philip Exp $ */ #include "config.h" @@ -20,6 +20,7 @@ #include "net-support.h" #include "pathnames.h" #include "intl.h" +#include "util.h" #ifndef ARPHRD_ASH #error No support for Ash on this system diff --git a/lib/fddi.c b/lib/fddi.c index 38621ee..4ece844 100644 --- a/lib/fddi.c +++ b/lib/fddi.c @@ -2,7 +2,7 @@ * lib/fddi.c This file contains an implementation of the "FDDI" * support functions. * - * Version: $Id: fddi.c,v 1.5 1998/11/17 15:16:39 freitag Exp $ + * Version: $Id: fddi.c,v 1.6 1998/11/26 10:16:39 philip Exp $ * * Author: Lawrence V. Stefani, * @@ -40,6 +40,7 @@ #include "net-support.h" #include "pathnames.h" #include "intl.h" +#include "util.h" extern struct hwtype fddi_hwtype; diff --git a/lib/hippi.c b/lib/hippi.c index 4bf15a5..3bb0a6b 100644 --- a/lib/hippi.c +++ b/lib/hippi.c @@ -34,6 +34,7 @@ #include "net-support.h" #include "pathnames.h" #include "intl.h" +#include "util.h" /* * HIPPI magic constants. diff --git a/lib/inet6.c b/lib/inet6.c index c5e058f..47a7a22 100644 --- a/lib/inet6.c +++ b/lib/inet6.c @@ -3,7 +3,7 @@ * support functions for the net-tools. * (most of it copied from lib/inet.c 1.26). * - * Version: $Id: inet6.c,v 1.5 1998/11/17 15:16:49 freitag Exp $ + * Version: $Id: inet6.c,v 1.6 1998/11/26 10:16:42 philip Exp $ * * Author: Fred N. van Kempen, * Copyright 1993 MicroWalt Corporation @@ -39,6 +39,7 @@ #include "net-support.h" #include "pathnames.h" #include "intl.h" +#include "util.h" extern int h_errno; /* some netdb.h versions don't export this */ -- 2.7.4