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_ctl.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ax25rtd/cache_ctl.c') diff --git a/ax25rtd/cache_ctl.c b/ax25rtd/cache_ctl.c index 0d892ad..6988c96 100644 --- a/ax25rtd/cache_ctl.c +++ b/ax25rtd/cache_ctl.c @@ -1,4 +1,4 @@ -/* $Id: cache_ctl.c,v 1.4 1996/10/23 18:27:43 jreuter Exp jreuter $ +/* $Id: cache_ctl.c,v 1.5 1996/10/23 18:27:43 jreuter Exp jreuter $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * @@ -22,7 +22,13 @@ #include #include #include + +#include +#ifdef HAVE_NETAX25_AX25_H #include +#else +#include +#endif #include "ax25rtd.h" -- cgit v1.2.3