diff options
Diffstat (limited to 'filesystems/mtpfs/files/patch-mtpfs.h')
-rw-r--r-- | filesystems/mtpfs/files/patch-mtpfs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/filesystems/mtpfs/files/patch-mtpfs.h b/filesystems/mtpfs/files/patch-mtpfs.h new file mode 100644 index 000000000000..92ca2ae91cda --- /dev/null +++ b/filesystems/mtpfs/files/patch-mtpfs.h @@ -0,0 +1,11 @@ +--- mtpfs.h.orig 2016-12-15 23:55:52 UTC ++++ mtpfs.h +@@ -17,7 +17,7 @@ + #include <fcntl.h> + #include <dirent.h> + #include <errno.h> +-#include <sys/statfs.h> ++#include <sys/mount.h> + + #include <libmtp.h> + #include <glib.h> |