From f258589236b8c934cceee10f4b80e292bdc1e81d Mon Sep 17 00:00:00 2001
From: Giovanna Stefanelli <giovanna.stefanelli@student.uclouvain.be>
Date: Wed, 22 Apr 2020 21:12:01 +0200
Subject: [PATCH] Update fact.c

---
 fact.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fact.c b/fact.c
index 66ac8fb..d48562f 100644
--- a/fact.c
+++ b/fact.c
@@ -8,7 +8,7 @@
 #include <string.h>
 #include <math.h>
 #include <stdbool.h>
-//#include <time.h>
+#include <time.h>
 #include <pthread.h>
 
 /* STRUCTURES AND VARIABLES */
-- 
GitLab