Procházet zdrojové kódy

Port xattr-at.h to AIX 7.1

* lib/xattr-at.h: Include <errno.h> before testing whether
ENOATTR is defined.
Paul Eggert před 4 roky
rodič
revize
f51461d8be
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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