summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2008-04-14 09:15:19 -0400
committerJim McDonough <jmcd@samba.org>2008-04-14 09:15:19 -0400
commit33bbefd492e9b0b873e47c032657db0c8e812c39 (patch)
tree97f4a128f03d874ecb954efb5b0f8f321259a860 /source
parent68ecfa3ca4574133997596d5ca4fa9f76cdd9dc1 (diff)
downloadsamba-33bbefd492e9b0b873e47c032657db0c8e812c39.tar.gz
Fix build with glibc 2.8
Diffstat (limited to 'source')
-rwxr-xr-xsource/client/mount.cifs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/client/mount.cifs.c b/source/client/mount.cifs.c
index 4385412f988..70a5aaf75e3 100755
--- a/source/client/mount.cifs.c
+++ b/source/client/mount.cifs.c
@@ -38,6 +38,7 @@
#include <string.h>
#include <mntent.h>
#include <fcntl.h>
+#include <limits.h>
#define MOUNT_CIFS_VERSION_MAJOR "1"
#define MOUNT_CIFS_VERSION_MINOR "10"