From: Michael Gernoth <michael@gernoth.net>
Date: Thu, 30 Jan 2025 10:39:06 +0000 (+0100)
Subject: tclxmath: add include for time.h
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/ba43e480ccc0580b680500212057fbafdd0b59ff

tclxmath: add include for time.h
---

diff --git a/src/tclx/src/tclxmath.c b/src/tclx/src/tclxmath.c
index 9f967bf..bf5a52a 100644
--- a/src/tclx/src/tclxmath.c
+++ b/src/tclx/src/tclxmath.c
@@ -16,6 +16,7 @@
  *-----------------------------------------------------------------------------
  */
 
+#include <time.h>
 #include "tclxint.h"
 
 extern int rand();