fuse3: fix musl
This commit is contained in:
parent
2e4c81805b
commit
aa12d56d60
|
@ -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>
|
||||
|
Loading…
Reference in New Issue