diff options
Diffstat (limited to 'source3/smbwrapper/wrapper.h')
-rw-r--r-- | source3/smbwrapper/wrapper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbwrapper/wrapper.h b/source3/smbwrapper/wrapper.h index 3eccdcac1e..839f51c6ed 100644 --- a/source3/smbwrapper/wrapper.h +++ b/source3/smbwrapper/wrapper.h @@ -37,6 +37,9 @@ #endif #endif +/* yuck! */ +#define DIRP_SIZE (256 + 32) + #include <stdio.h> #include <dirent.h> #include <errno.h> |