From 1b4023134b5ff6342301c8135b11df46546d2828 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 7 Jun 1999 10:24:56 +0200 Subject: Import ax25-tools 0.0.2 from tarball --- ax25/rxecho.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'ax25/rxecho.c') diff --git a/ax25/rxecho.c b/ax25/rxecho.c index 31334aa..633509e 100644 --- a/ax25/rxecho.c +++ b/ax25/rxecho.c @@ -53,18 +53,27 @@ #include #include +#include + #include #include #include + +#ifdef HAVE_NETAX25_AX25_H #include +#else +#include +#endif +#ifdef HAVE_NETROSE_ROSE_H #include +#else +#include +#endif #include #include #include -#include - #include "../pathnames.h" #define MAXCALLS 8 -- cgit v1.2.3