More #include "util.h"
authorPhil Blundell <philb@gnu.org>
Thu, 26 Nov 1998 10:16:38 +0000 (10:16 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 26 Nov 1998 10:16:38 +0000 (10:16 +0000)
lib/ash.c
lib/fddi.c
lib/hippi.c
lib/inet6.c

index c3a8447..6e58992 100644 (file)
--- 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
index 38621ee..4ece844 100644 (file)
@@ -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;
 
index 4bf15a5..3bb0a6b 100644 (file)
@@ -34,6 +34,7 @@
 #include "net-support.h"
 #include "pathnames.h"
 #include "intl.h"
+#include "util.h"
 
 /*
  *    HIPPI magic constants.
index c5e058f..47a7a22 100644 (file)
@@ -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 */