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 /lib/netrom.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 'lib/netrom.c')
-rw-r--r-- | lib/netrom.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/netrom.c b/lib/netrom.c index c69723e..4f86b10 100644 --- a/lib/netrom.c +++ b/lib/netrom.c @@ -2,7 +2,7 @@ * lib/netrom.c This file contains an implementation of the "NET/ROM" * support functions for the NET-2 base distribution. * - * Version: $Id: netrom.c,v 1.6 1998/11/17 15:16:56 freitag Exp $ + * Version: $Id: netrom.c,v 1.7 1998/11/19 13:02:03 philip Exp $ * * NOTE: I will redo this module as soon as I got the libax25.a * library sorted out. This library contains some useful @@ -46,6 +46,7 @@ #include "net-support.h" #include "pathnames.h" #include "intl.h" +#include "util.h" static char netrom_errmsg[128]; |