2
1

samba-fix-client-mtab.patch 242 B

1234567891011
  1. --- a/source/client/mtab.c
  2. +++ b/source/client/mtab.c
  3. @@ -31,6 +31,8 @@
  4. #include <unistd.h>
  5. #include <errno.h>
  6. #include <stdio.h>
  7. +#include <sys/types.h>
  8. +#include <sys/stat.h>
  9. #include <sys/time.h>
  10. #include <time.h>
  11. #include <fcntl.h>