fuse3: fix musl

This commit is contained in:
Helmut Pozimski 2019-07-06 15:31:33 +02:00
parent 2e4c81805b
commit aa12d56d60
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- example/passthrough_hp.cc 2019-07-06 15:29:45.202362210 +0200
+++ example/passthrough_hp.cc 2019-07-06 15:30:20.623938331 +0200
@@ -67,6 +67,9 @@
#include <time.h>
#include <unistd.h>
#include <pthread.h>
+#ifndef __GLIBC__
+#include <limits.h>
+#endif
// C++ includes
#include <cstddef>