From 2cb147e026b7986d31a7b5b9a8fed63c137985b4 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 21 Jun 2018 14:24:01 +0200 Subject: include/path: make sure PATH_MAX is defined Signed-off-by: Karel Zak --- include/path.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/path.h b/include/path.h index b36a735f3..7ab9779a5 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; -- cgit v1.2.3-55-g7522