summaryrefslogtreecommitdiffstats
path: root/package/samba/samba-fix-client-mtab.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/samba/samba-fix-client-mtab.patch')
-rw-r--r--package/samba/samba-fix-client-mtab.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/samba/samba-fix-client-mtab.patch b/package/samba/samba-fix-client-mtab.patch
new file mode 100644
index 000000000..21e71586b
--- /dev/null
+++ b/package/samba/samba-fix-client-mtab.patch
@@ -0,0 +1,11 @@
+--- a/source/client/mtab.c
++++ b/source/client/mtab.c
+@@ -31,6 +31,8 @@
+ #include <unistd.h>
+ #include <errno.h>
+ #include <stdio.h>
++#include <sys/types.h>
++#include <sys/stat.h>
+ #include <sys/time.h>
+ #include <time.h>
+ #include <fcntl.h>