From d88e40106f2864e0e105b5d4fe7c25c577df8643 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 22 Feb 2008 14:10:28 -0500 Subject: Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3 (This used to be commit ce57d388251063c22f89680e9d1c2129d9879975) --- source3/client/mount.cifs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/client/mount.cifs.c') diff --git a/source3/client/mount.cifs.c b/source3/client/mount.cifs.c index 3acf2154b6..44614f6e8a 100644 --- a/source3/client/mount.cifs.c +++ b/source3/client/mount.cifs.c @@ -37,6 +37,7 @@ #include #include #include +#include #define MOUNT_CIFS_VERSION_MAJOR "1" #define MOUNT_CIFS_VERSION_MINOR "11" -- cgit