summaryrefslogtreecommitdiffstats
path: root/call/call.c
diff options
context:
space:
mode:
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"