From: Olliver Schinagl Date: Sun, 18 Jun 2023 10:51:58 +0000 (+0200) Subject: Fix portability: Do not use linux/limits.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9b83afb2d6badaa01ab2b964f0285b7206bf52c;p=thirdparty%2Ftvheadend.git Fix portability: Do not use linux/limits.h The header limits.h suffices, lets use that instead. Signed-off-by: Olliver Schinagl --- diff --git a/src/config.c b/src/config.c index ab8b458cc..6769de7a6 100644 --- a/src/config.c +++ b/src/config.c @@ -17,7 +17,7 @@ */ #include -#include +#include #include #include #include