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/axspawn.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ax25/axspawn.c') diff --git a/ax25/axspawn.c b/ax25/axspawn.c index 88381cf..35724a4 100644 --- a/ax25/axspawn.c +++ b/ax25/axspawn.c @@ -130,10 +130,21 @@ #include #include +#include + #include +#ifdef HAVE_NETAX25_AX25_H #include +#else +#include +#endif +#ifdef HAVE_NETROSE_ROSE_H #include +#else +#include +#endif + #include #include "../pathnames.h" -- cgit v1.2.3