From bba5f1be170c22ffa518951fb1967cb3e8c5b19f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 8 Aug 2021 18:38:45 +0200 Subject: [PATCH] fopen: Fix compilation error on AIX (regression from 2020-05-28). * modules/fopen (Depends-on): Add fcntl-h. --- ChangeLog | 5 +++++ modules/fopen | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1003e58535..e7b88528e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-08-08 Bruno Haible + + fopen: Fix compilation error on AIX (regression from 2020-05-28). + * modules/fopen (Depends-on): Add fcntl-h. + 2021-08-08 Bruno Haible stdio: Improve GCC 11 allocation-deallocation checking. diff --git a/modules/fopen b/modules/fopen index 425cb61037..e672cd5de0 100644 --- a/modules/fopen +++ b/modules/fopen @@ -8,6 +8,7 @@ m4/fopen.m4 Depends-on: stdio largefile +fcntl-h [test $REPLACE_FOPEN = 1] stdbool [test $REPLACE_FOPEN = 1] unistd [test $REPLACE_FOPEN = 1] fstat [test $REPLACE_FOPEN = 1] -- 2.39.5