From f51461d8be7ae89388dd0ffd8c9be4572e81bbc6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 7 Mar 2021 17:55:45 -0800 Subject: [PATCH] Port xattr-at.h to AIX 7.1 * lib/xattr-at.h: Include before testing whether ENOATTR is defined. --- lib/xattr-at.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/xattr-at.h b/lib/xattr-at.h index cab43958..1b93244d 100644 --- a/lib/xattr-at.h +++ b/lib/xattr-at.h @@ -26,6 +26,7 @@ # include #endif +#include #ifndef ENOATTR # define ENOATTR ENODATA /* No such attribute */ #endif