diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-04-17 00:37:49 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-04-17 00:37:49 +0200 |
commit | e602d606806bf37aca8ebb19b32cfa35bc03efc7 (patch) | |
tree | f0e9b4de42155169cc29ea70346f1c28e2719cd6 /call/yapp.c | |
parent | 628edceba5f1485ef7c4ef30fba93b4c0c0dd955 (diff) |
Import ax25-apps 0.0.5 from tarballax25-apps-0.0.5
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 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> |