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/beacon.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'ax25/beacon.c') diff --git a/ax25/beacon.c b/ax25/beacon.c index c9b989e..b36f979 100644 --- a/ax25/beacon.c +++ b/ax25/beacon.c @@ -4,18 +4,26 @@ #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 - static int logging = FALSE; static int mail = FALSE; static int single = FALSE; -- cgit v1.2.3