blob: 92ca2ae91cda1096f9951c436e9370ef20daa9a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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>
|