aports/main/fuse3/add-includes.patch
2019-08-28 11:46:06 +00:00

13 lines
301 B
Diff

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 <time.h>
#include <unistd.h>
#include <pthread.h>
+#include <limits.h>
// C++ includes
#include <cstddef>