From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Tue, 4 Feb 2020 14:57:25 +0000 (+0100) Subject: Include limits.h because of PATH_MAX usage. (#498) X-Git-Tag: fuse-3.9.1~6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=562223325e6dd2fde2f4e0077dac7e1c44e3dd18;p=qemu-gpiodev%2Flibfuse.git Include limits.h because of PATH_MAX usage. (#498) Fixes build with musl libc on Alpine Linux. --- diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc index 974551e..61ab685 100644 --- a/example/passthrough_hp.cc +++ b/example/passthrough_hp.cc @@ -67,6 +67,7 @@ #include #include #include +#include // C++ includes #include