summaryrefslogtreecommitdiffstats
path: root/call/call.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-04-17 00:37:49 +0200
committerRalf Baechle <ralf@linux-mips.org>2001-04-17 00:37:49 +0200
commite602d606806bf37aca8ebb19b32cfa35bc03efc7 (patch)
treef0e9b4de42155169cc29ea70346f1c28e2719cd6 /call/call.c
parent628edceba5f1485ef7c4ef30fba93b4c0c0dd955 (diff)
Import ax25-apps 0.0.5 from tarballax25-apps-0.0.5
Diffstat (limited to 'call/call.c')
-rw-r--r--call/call.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/call/call.c b/call/call.c
index 6139990..902112c 100644
--- a/call/call.c
+++ b/call/call.c
@@ -16,6 +16,7 @@
message (VK2KTJ) */
/* 02.02.1997 removed NETROM_PACLEN setting to match Jonathon removing it
from kernel (VK2KTJ) */
+#include <config.h>
#include <sys/types.h>
#include <utime.h>
@@ -28,6 +29,9 @@
#include <signal.h>
#include <stdlib.h>
#include <string.h>
+#ifndef TM_IN_SYS_TIME
+#include <time.h>
+#endif
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
@@ -57,7 +61,6 @@
#include <netax25/nrconfig.h>
#include <netax25/rsconfig.h>
-#include <config.h>
#include "../pathnames.h"