]> git.zerfleddert.de Git - micropolis/commitdiff
tclxmath: add include for time.h
authorMichael Gernoth <michael@gernoth.net>
Thu, 30 Jan 2025 10:39:06 +0000 (11:39 +0100)
committerMichael Gernoth <michael@gernoth.net>
Thu, 30 Jan 2025 10:39:06 +0000 (11:39 +0100)
src/tclx/src/tclxmath.c

index 9f967bf4f2402c7f61f0f2b8f03ef835c7ceb70d..bf5a52a76f3eca59260299096436aebaf8ba2818 100644 (file)
@@ -16,6 +16,7 @@
  *-----------------------------------------------------------------------------
  */
 
+#include <time.h>
 #include "tclxint.h"
 
 extern int rand();
Impressum, Datenschutz