diff options
Diffstat (limited to 'call/yapp.c')
-rw-r--r-- | call/yapp.c | 4 |
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> |