summaryrefslogtreecommitdiffstats
path: root/call/yapp.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 /call/yapp.c
parent886a37dd2309e60f85360ddec562417bbe741730 (diff)
remerged with terry indents
Diffstat (limited to 'call/yapp.c')
-rw-r--r--call/yapp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/call/yapp.c b/call/yapp.c
index 35818ed..0402990 100644
--- a/call/yapp.c
+++ b/call/yapp.c
@@ -15,6 +15,9 @@
/*
* Yapp C and Resume support added by S N Henson.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <sys/types.h>
#include <stdio.h>
@@ -26,6 +29,7 @@
#include <signal.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>