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/mheard.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'ax25/mheard.c') diff --git a/ax25/mheard.c b/ax25/mheard.c index 2ab582c..6b3f21a 100644 --- a/ax25/mheard.c +++ b/ax25/mheard.c @@ -6,13 +6,22 @@ #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 "../pathnames.h" struct PortRecord { -- cgit v1.2.3