From: Bruno Haible Date: Sat, 26 Oct 2024 18:19:40 +0000 (+0200) Subject: execute, spawn-pipe: Fix compilation error on Cygwin (regr. 2024-10-22). X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0026e8032d5187e12685d128309b17845a48513d;p=gnulib.git execute, spawn-pipe: Fix compilation error on Cygwin (regr. 2024-10-22). * lib/windows-path.h: Include . --- diff --git a/ChangeLog b/ChangeLog index 72e18c5a94..b4736190f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-10-26 Bruno Haible + + execute, spawn-pipe: Fix compilation error on Cygwin (regr. 2024-10-22). + * lib/windows-path.h: Include . + 2024-10-26 Bruno Haible pipe-filter-gi: Correct documentation. diff --git a/lib/windows-path.h b/lib/windows-path.h index f4199db697..161ad078a0 100644 --- a/lib/windows-path.h +++ b/lib/windows-path.h @@ -23,6 +23,8 @@ #error "Please include config.h first." #endif +#include + #ifdef __cplusplus extern "C" {