summaryrefslogtreecommitdiff
path: root/source3/client/mount.cifs.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-02-22 14:10:28 -0500
committerSimo Sorce <idra@samba.org>2008-02-22 14:10:28 -0500
commitd88e40106f2864e0e105b5d4fe7c25c577df8643 (patch)
tree31f4f6e73bd89dbe17c4e8e453b6cb3508dcdf2d /source3/client/mount.cifs.c
parent14aa57a9e3368fed5b8b7d1ac0f6e94b9b1ac20e (diff)
downloadsamba-d88e40106f2864e0e105b5d4fe7c25c577df8643.tar.gz
samba-d88e40106f2864e0e105b5d4fe7c25c577df8643.tar.bz2
samba-d88e40106f2864e0e105b5d4fe7c25c577df8643.zip
Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3
(This used to be commit ce57d388251063c22f89680e9d1c2129d9879975)
Diffstat (limited to 'source3/client/mount.cifs.c')
-rw-r--r--source3/client/mount.cifs.c1
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"