Parcourir la source

Port xattr-at.h to AIX 7.1

* lib/xattr-at.h: Include <errno.h> before testing whether
ENOATTR is defined.
Paul Eggert il y a 4 ans
Parent
commit
f51461d8be
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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