From 645bdf95a4e01e3ae567d2665436241853d0c2a9 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 12 Oct 2020 18:57:07 +0200 Subject: Limits update --- src/u_path.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/u_path.c') diff --git a/src/u_path.c b/src/u_path.c index d851d8b..0223164 100644 --- a/src/u_path.c +++ b/src/u_path.c @@ -13,7 +13,11 @@ #include #include #include -#include +#ifdef __linux__ +# include +#else +# include +#endif #include "s_struct.h" #include "u_path.h" -- cgit v1.2.3