blob: 3a0ccadcb744ae1200e8a7194565bd01e0e7e965 [file] [log] [blame]
--- a/talkd/table.c
+++ b/talkd/table.c
@@ -57,6 +57,7 @@
#include "prot_talkd.h"
#include "proto.h"
+#include <time.h>
#define MAX_ID 16000 /* << 2^15 so I don't have sign troubles */
--- a/talkd/announce.c
+++ b/talkd/announce.c
@@ -49,6 +49,7 @@
#include <fcntl.h>
#include <string.h>
#include <paths.h>
+#include <time.h>
#include "prot_talkd.h"
#include "proto.h"