mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
6cce850bcb
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
12 lines
351 B
Diff
12 lines
351 B
Diff
diff -urN source/client/mtab.c samba-3.2.7//source/client/mtab.c
|
|
--- source/client/mtab.c 2008-12-19 13:57:33.000000000 +0000
|
|
+++ source/client/mtab.c 2009-01-09 23:14:00.717671075 +0000
|
|
@@ -32,6 +32,7 @@
|
|
#include <errno.h>
|
|
#include <stdio.h>
|
|
#include <sys/time.h>
|
|
+#include <sys/stat.h>
|
|
#include <time.h>
|
|
#include <fcntl.h>
|
|
#include <mntent.h>
|