diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 238612a438..7747f97970 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -224,6 +224,10 @@ typedef int ber_int_t; #include <sys/attributes.h> #endif +#ifndef ENOATTR +#define ENOATTR ENODATA +#endif + /* mutually exclusive (SuSE 8.2) */ #if HAVE_ATTR_XATTR_H #include <attr/xattr.h> |