summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>2009-02-15 15:00:25 -0500
committerKarolin Seeger <kseeger@samba.org>2009-02-16 09:57:07 +0100
commitc6f5b98974b45986142f2e1506f8a1146101db7e (patch)
treeea7452831555eb96704a2a51ae71e49964cd82df
parente7b47446771f9ee33693ed300c243f5e4ac75312 (diff)
downloadsamba-c6f5b98974b45986142f2e1506f8a1146101db7e.tar.gz
Remove compiler warnings about unknown structure pointer
(cherry picked from commit f11d4d088c17db77ba259972c05de72da0d3ac93)
-rw-r--r--source/include/libsmbclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/libsmbclient.h b/source/include/libsmbclient.h
index a3a5d70c211..f8a6c8a235e 100644
--- a/source/include/libsmbclient.h
+++ b/source/include/libsmbclient.h
@@ -75,6 +75,7 @@ extern "C" {
/* Make sure we have the following includes for now ... */
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/statvfs.h>
#include <fcntl.h>
#include <utime.h>