From: Michael Tremer Date: Sat, 22 Feb 2025 17:27:45 +0000 (+0000) Subject: xfopen: Include limits.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f7216696f1973d5260d656415c6d64ea0ef364;p=pakfire.git xfopen: Include limits.h We need this for ULONG_MAX. Signed-off-by: Michael Tremer --- 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