From 1b3539a50d29a8956aa0bd2e668681e8afb968c0 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 19 May 2019 16:28:11 +0100 Subject: Announce the start and end of log replay. Also ensure log replay lines finish with CRLF when writing. --- replay.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'replay.h') diff --git a/replay.h b/replay.h index 983e05b..169f297 100644 --- a/replay.h +++ b/replay.h @@ -9,6 +9,8 @@ #include #include +#include "functions.h" + #define MAXCHAR 1000 #define TIMELEN 11 // 32-bit unixtime is up to 10 characters (+1 for null char) // TODO - Make this Year 2038 proof #define TIMELENF 11 // [HH:MM:SS] = 10 characters + 1 for null char -- cgit v1.2.3