From e602d606806bf37aca8ebb19b32cfa35bc03efc7 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 17 Apr 2001 00:37:49 +0200 Subject: Import ax25-apps 0.0.5 from tarball --- ax25rtd/listener.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ax25rtd/listener.c') diff --git a/ax25rtd/listener.c b/ax25rtd/listener.c index bd6b7ad..0cb7fe8 100644 --- a/ax25rtd/listener.c +++ b/ax25rtd/listener.c @@ -1,4 +1,4 @@ -/* $Id: listener.c,v 1.1 2001/04/10 01:58:42 csmall Exp $ +/* $Id: listener.c,v 1.1.1.1 2001/04/10 01:58:42 csmall Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * @@ -21,19 +21,24 @@ /* TODO: Should add partial path to ax25_route if we are one of the * digipeaters. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include #include #include #include #include +#ifdef TIME_WITH_SYS_TIME +#include +#endif #include #include #include #include #include -#include #ifdef HAVE_NETAX25_AX25_H #include #else -- cgit v1.2.3