From: Karel Zak Date: Thu, 21 Jun 2018 12:24:01 +0000 (+0200) Subject: include/path: make sure PATH_MAX is defined X-Git-Tag: v2.33-rc1~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb147e026b7986d31a7b5b9a8fed63c137985b4;p=thirdparty%2Futil-linux.git include/path: make sure PATH_MAX is defined Signed-off-by: Karel Zak --- diff --git a/include/path.h b/include/path.h index b36a735f31..7ab9779a57 100644 --- a/include/path.h +++ b/include/path.h @@ -7,6 +7,8 @@ #include #include +#include "c.h" + struct path_cxt { int dir_fd; char *dir_path;