From 60f7216696f1973d5260d656415c6d64ea0ef364 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Feb 2025 17:27:45 +0000 Subject: [PATCH] xfopen: Include limits.h We need this for ULONG_MAX. Signed-off-by: Michael Tremer --- src/pakfire/xfopen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pakfire/xfopen.c b/src/pakfire/xfopen.c index f1b1e542..af7d6a43 100644 --- a/src/pakfire/xfopen.c +++ b/src/pakfire/xfopen.c @@ -19,6 +19,7 @@ #############################################################################*/ #include +#include #include #include #include -- 2.39.5