aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>1998-11-19 13:01:47 +0000
committerPhil Blundell <philb@gnu.org>1998-11-19 13:01:47 +0000
commite1396f44190dc777c456684b975728c374e3bb7b (patch)
tree0238e299e44f5c3f13fbc6c617afdb40251f0251 /lib/ax25.c
parentRemove erroneously-added prototype. (diff)
downloadnet-tools-e1396f44190dc777c456684b975728c374e3bb7b.tar.gz
net-tools-e1396f44190dc777c456684b975728c374e3bb7b.tar.bz2
net-tools-e1396f44190dc777c456684b975728c374e3bb7b.zip
Include util.h where needed
Diffstat (limited to 'lib/ax25.c')
-rw-r--r--lib/ax25.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ax25.c b/lib/ax25.c
index 5da08aa..ba0f928 100644
--- a/lib/ax25.c
+++ b/lib/ax25.c
@@ -2,7 +2,7 @@
* lib/ax25.c This file contains an implementation of the "AX.25"
* support functions.
*
- * Version: $Id: ax25.c,v 1.7 1998/11/17 15:16:32 freitag Exp $
+ * Version: $Id: ax25.c,v 1.8 1998/11/19 13:01:54 philip Exp $
*
* NOTE: I will redo this module as soon as I got the libax25.a
* library sorted out. This library contains some useful
@@ -41,6 +41,7 @@
#include "net-support.h"
#include "pathnames.h"
#include "intl.h"
+#include "util.h"
static char AX25_errmsg[128];