From 972c34465d1f78cc2e2ebe53192905d378c1541e Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Sun, 29 Oct 2017 14:05:48 +0000 Subject: [PATCH] rbd-fuse: make sure PATH_MAX is defined On systems without glibc, as Alpine Linux, you might lack definition of PATH_MAX. This patch adds the limits.h header to solve this issue. Signed-off-by: Roberto Oliveira --- a/src/rbd_fuse/rbd-fuse.cc +++ b/src/rbd_fuse/rbd-fuse.cc @@ -19,6 +19,7 @@ #include #include #include +#include #if defined(__FreeBSD__) #include