Commit 1238f38d authored by Phil Blundell's avatar Phil Blundell

More #include "util.h"

parent f8cd5a81
/*
* 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
......
......@@ -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, <stefani@lkg.dec.com>
*
......@@ -40,6 +40,7 @@
#include "net-support.h"
#include "pathnames.h"
#include "intl.h"
#include "util.h"
extern struct hwtype fddi_hwtype;
......
......@@ -34,6 +34,7 @@
#include "net-support.h"
#include "pathnames.h"
#include "intl.h"
#include "util.h"
/*
* HIPPI magic constants.
......
......@@ -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, <waltje@uwalt.nl.mugnet.org>
* 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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment