From: Baptiste Daroussin Date: Mon, 9 Jan 2023 08:25:20 +0000 (+0100) Subject: portability: fix again sys/limits.h -> limits.h X-Git-Tag: RELEASE_1_4_0_a2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87d2ee4e1208972a7e5d54c7614653a674f2c5e2;p=thirdparty%2Fmlmmj.git portability: fix again sys/limits.h -> limits.h --- diff --git a/src/dumpfd2fd.c b/src/dumpfd2fd.c index 7e70eda4..bd272446 100644 --- a/src/dumpfd2fd.c +++ b/src/dumpfd2fd.c @@ -21,7 +21,6 @@ * IN THE SOFTWARE. */ -#include #include #include #include diff --git a/src/random-int.c b/src/random-int.c index b8d7daee..24a65c63 100644 --- a/src/random-int.c +++ b/src/random-int.c @@ -21,10 +21,10 @@ * IN THE SOFTWARE. */ -#include #include #include #include +#include #include #include "wrappers.h"