changeset 39794:de44beeb728b

glob: Fix another compilation error when glob.h is not replaced. Reported and fix proposed by Reuben Thomas <rrt@sc3d.org> again. * lib/globfree.c: Include <libc-config.h>.
author Bruno Haible <bruno@clisp.org>
date Sat, 18 Aug 2018 23:32:14 +0200
parents 93a352d6749b
children ecc02d9772ef
files ChangeLog lib/globfree.c
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Aug 18 22:44:28 2018 +0200
+++ b/ChangeLog	Sat Aug 18 23:32:14 2018 +0200
@@ -1,3 +1,9 @@
+2018-08-18  Bruno Haible  <bruno@clisp.org>
+
+	glob: Fix another compilation error when glob.h is not replaced.
+	Reported and fix proposed by Reuben Thomas <rrt@sc3d.org> again.
+	* lib/globfree.c: Include <libc-config.h>.
+
 2018-08-18  Bruno Haible  <bruno@clisp.org>
 
 	glob: Fix compilation error when glob.h is not replaced.
--- a/lib/globfree.c	Sat Aug 18 22:44:28 2018 +0200
+++ b/lib/globfree.c	Sat Aug 18 23:32:14 2018 +0200
@@ -17,7 +17,7 @@
    <https://www.gnu.org/licenses/>.  */
 
 #ifndef _LIBC
-# include <config.h>
+# include <libc-config.h>
 #endif
 
 #include <glob.h>