From 28280a70d9880c21efdff840246163a1b8e06a94 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 10 Aug 1999 05:46:32 +0200 Subject: Import ax25-apps 0.0.3 from tarball --- ax25rtd/cache_dump.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ax25rtd/cache_dump.c') diff --git a/ax25rtd/cache_dump.c b/ax25rtd/cache_dump.c index 93b211e..9888583 100644 --- a/ax25rtd/cache_dump.c +++ b/ax25rtd/cache_dump.c @@ -1,4 +1,4 @@ -/* $Id: cache_dump.c,v 1.5 1996/10/23 18:27:43 jreuter Exp jreuter $ +/* $Id: cache_dump.c,v 1.6 1998/08/20 01:43:38 kudielka Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * @@ -25,8 +25,18 @@ #include #include #include + +#include +#ifdef HAVE_NETAX25_AX25_H #include +#else +#include +#endif +#ifdef HAVE_NETROSE_ROSE_H #include +#else +#include +#endif #include #include "ax25rtd.h" -- cgit v1.2.3