Port xattr-at.h to AIX 7.1

* lib/xattr-at.h: Include <errno.h> before testing whether
ENOATTR is defined.
This commit is contained in:
Paul Eggert
2021-03-07 17:55:45 -08:00
parent 6efa8de409
commit f51461d8be

View File

@@ -26,6 +26,7 @@
# include <attr/xattr.h>
#endif
#include <errno.h>
#ifndef ENOATTR
# define ENOATTR ENODATA /* No such attribute */
#endif