summaryrefslogtreecommitdiffstats
path: root/ax25rtd/listener.c
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2001-11-27 04:57:42 +0000
committerCraig Small <csmall@enc.com.au>2001-11-27 04:57:42 +0000
commit9e695cc7bac9a3ee8831bdae91a265af4b321bd1 (patch)
tree8f69839778d45ce695854ca68dac324a0af7e611 /ax25rtd/listener.c
parent886a37dd2309e60f85360ddec562417bbe741730 (diff)
remerged with terry indents
Diffstat (limited to 'ax25rtd/listener.c')
-rw-r--r--ax25rtd/listener.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/ax25rtd/listener.c b/ax25rtd/listener.c
index b3636c4..d3bd698 100644
--- a/ax25rtd/listener.c
+++ b/ax25rtd/listener.c
@@ -1,4 +1,4 @@
-/* $Id: listener.c,v 1.2 2001/09/12 13:18:43 terry Exp $
+/* $Id: listener.c,v 1.3 2001/11/27 04:57:43 csmall Exp $
*
* Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com)
*
@@ -21,19 +21,24 @@
/* TODO: Should add partial path to ax25_route if we are one of the
* digipeaters.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <sys/ioctl.h>
+#ifdef TIME_WITH_SYS_TIME
+#include <time.h>
+#endif
#include <sys/time.h>
#include <netinet/in.h>
#include <net/route.h>
#include <net/if.h>
#include <net/if_arp.h>
-#include <config.h>
#ifdef HAVE_NETAX25_AX25_H
#include <netax25/ax25.h>
#else