summaryrefslogtreecommitdiff
path: root/replay.h
diff options
context:
space:
mode:
Diffstat (limited to 'replay.h')
-rw-r--r--replay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/replay.h b/replay.h
index 983e05b..169f297 100644
--- a/replay.h
+++ b/replay.h
@@ -9,6 +9,8 @@
#include <ctype.h>
#include <limits.h>
+#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