<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- mtpfs.h.orig	2012-02-26 18:08:49.000000000 -0500
+++ mtpfs.h	2012-02-26 18:09:01.000000000 -0500
@@ -18,7 +18,8 @@
 #include &lt;fcntl.h&gt;
 #include &lt;dirent.h&gt;
 #include &lt;errno.h&gt;
-#include &lt;sys/statfs.h&gt;
+#include &lt;sys/param.h&gt;
+#include &lt;sys/mount.h&gt;
 
 #include &lt;libmtp.h&gt;
 #include &lt;glib.h&gt;
</pre></body></html>