summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-13 08:52:24 +0300
committerPaul Buetow <paul@buetow.org>2026-04-13 08:52:24 +0300
commita04d9d3520404066100600cc90cb2274822ad2cb (patch)
tree75a92c6a63b0b89dbc6516522dd5832f7baaf1ab
parenta0e0ccac1b812334d986f524357e1c8b3dcc48e5 (diff)
p2: use stdint.h for SIZE_MAX guard
-rw-r--r--src/c/fastforge_logic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/fastforge_logic.c b/src/c/fastforge_logic.c
index a21ae36..3233c00 100644
--- a/src/c/fastforge_logic.c
+++ b/src/c/fastforge_logic.c
@@ -10,7 +10,7 @@ typedef time_t ff_sys_time_t;
#include <stdio.h>
#include <stdlib.h>
-#include <limits.h>
+#include <stdint.h>
time_t entry_duration_seconds(const FastEntry *entry) {