Sfoglia il codice sorgente

Port xattr-at.h to AIX 7.1

* lib/xattr-at.h: Include <errno.h> before testing whether
ENOATTR is defined.
Paul Eggert 4 anni fa
parent
commit
f51461d8be
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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