From 49a87b0387ee0a2102d72d46f8c4684a7c592832 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 13 May 2024 23:46:15 +0300 Subject: [PATCH] pmt; include stdint lib --- src/listpart.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/listpart.c b/src/listpart.c index 7bd4b7d..ada6a24 100644 --- a/src/listpart.c +++ b/src/listpart.c @@ -21,6 +21,7 @@ extern "C" { #endif #include +#include #include #include #include