summaryrefslogtreecommitdiffstats
path: root/call/yapp.c
diff options
context:
space:
mode:
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 3deb6d1..1868b9a 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>