Remove compiler warnings about unknown structure pointer
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sun, 15 Feb 2009 20:00:25 +0000 (15:00 -0500)
committerKarolin Seeger <kseeger@samba.org>
Mon, 16 Feb 2009 08:57:07 +0000 (09:57 +0100)
(cherry picked from commit f11d4d088c17db77ba259972c05de72da0d3ac93)

source/include/libsmbclient.h

index a3a5d70c21100f407d3959f05b4ce8b5de8c0a76..f8a6c8a235ece049b2e3b96bc6d4188bbdb67446 100644 (file)
@@ -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>