ports/sysutils/mtpfs/files/patch-mtpfs.h
2020-07-02 17:38:07 +00:00

11 lines
223 B
C

--- 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>