From a8e354c7fad70eb7fdfda62ec83faf1be6c4ed44 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Tue, 24 Jan 2023 20:03:01 +0000
Subject: [PATCH] Changes in code and README for easier compilation. May break something

---
 src/snapshot.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/snapshot.c b/src/snapshot.c
index 46534dc..81fb476 100644
--- a/src/snapshot.c
+++ b/src/snapshot.c
@@ -10,6 +10,8 @@
 #include<config.h>
 #include <time.h>
 #include "io.h"
+#include "globals.h"
+
 /* a helper function that utilizes ts_string data structure and performs same as sprintf */
 ts_uint ts_sprintf(ts_string *str, char *fmt, ...){
 	va_list ap;

--
Gitblit v1.9.3