From ba43e480ccc0580b680500212057fbafdd0b59ff Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Thu, 30 Jan 2025 11:39:06 +0100 Subject: [PATCH] tclxmath: add include for time.h --- src/tclx/src/tclxmath.c | 1 + 1 file changed, 1 insertion(+) 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 #include "tclxint.h" extern int rand(); -- 2.39.5