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 --- tcpip/ttylinkd.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tcpip/ttylinkd.c') diff --git a/tcpip/ttylinkd.c b/tcpip/ttylinkd.c index e185c7e..aeef59a 100644 --- a/tcpip/ttylinkd.c +++ b/tcpip/ttylinkd.c @@ -35,6 +35,8 @@ #include #include +#include + #define osockaddr sockaddr #include @@ -45,8 +47,16 @@ #include #include +#ifdef HAVE_NETAX25_AX25_H #include +#else +#include +#endif +#ifdef HAVE_NETROSE_ROSE_H #include +#else +#include +#endif #include "../pathnames.h" -- cgit v1.2.3