浏览代码

Port xattr-at.h to AIX 7.1

* lib/xattr-at.h: Include <errno.h> before testing whether
ENOATTR is defined.
Paul Eggert 4 年之前
父节点
当前提交
f51461d8be
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/xattr-at.h

+ 1 - 0
lib/xattr-at.h

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