From 35d328144bd3282d1de6d16a67a04a70146315ac Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 18 Aug 2018 23:32:14 +0200 Subject: [PATCH] glob: Fix another compilation error when glob.h is not replaced. Reported and fix proposed by Reuben Thomas again. * lib/globfree.c: Include . --- ChangeLog | 6 ++++++ lib/globfree.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 96c57a40bf..fa281b1606 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-08-18 Bruno Haible + + glob: Fix another compilation error when glob.h is not replaced. + Reported and fix proposed by Reuben Thomas again. + * lib/globfree.c: Include . + 2018-08-18 Bruno Haible glob: Fix compilation error when glob.h is not replaced. diff --git a/lib/globfree.c b/lib/globfree.c index b56ab28a18..def36e6329 100644 --- a/lib/globfree.c +++ b/lib/globfree.c @@ -17,7 +17,7 @@ . */ #ifndef _LIBC -# include +# include #endif #include -- 2.39.5