diff options
author | Jeremy Allison <jra@samba.org> | 2008-02-22 13:38:03 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-02-22 13:38:03 -0800 |
commit | 49a367ed32a98c9bf48addfa3a4e16c1d6e444ff (patch) | |
tree | e9430b7bfca330050e0d040b583bba8893415643 /source3/client/mount.cifs.c | |
parent | 5df1d8d550d66b1e52219bd15d24af5146c55ceb (diff) | |
parent | d88e40106f2864e0e105b5d4fe7c25c577df8643 (diff) | |
download | samba-49a367ed32a98c9bf48addfa3a4e16c1d6e444ff.tar.gz samba-49a367ed32a98c9bf48addfa3a4e16c1d6e444ff.tar.bz2 samba-49a367ed32a98c9bf48addfa3a4e16c1d6e444ff.zip |
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
(This used to be commit bcc5371b8e7f369e8d830d9cf687089514997248)
Diffstat (limited to 'source3/client/mount.cifs.c')
-rw-r--r-- | source3/client/mount.cifs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> #include <mntent.h> #include <fcntl.h> +#include <limits.h> #define MOUNT_CIFS_VERSION_MAJOR "1" #define MOUNT_CIFS_VERSION_MINOR "11" |