]> Savannah Git Hosting - gnulib.git/commitdiff
execute, spawn-pipe: Fix compilation error on Cygwin (regr. 2024-10-22).
authorBruno Haible <bruno@clisp.org>
Sat, 26 Oct 2024 18:19:40 +0000 (20:19 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 26 Oct 2024 18:19:40 +0000 (20:19 +0200)
* lib/windows-path.h: Include <stdlib.h>.

ChangeLog
lib/windows-path.h

index 72e18c5a945ead1441e862ae8731a0f8182faee9..b4736190f50c02356c339a8233b96eb9fcf1abee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-26  Bruno Haible  <bruno@clisp.org>
+
+       execute, spawn-pipe: Fix compilation error on Cygwin (regr. 2024-10-22).
+       * lib/windows-path.h: Include <stdlib.h>.
+
 2024-10-26  Bruno Haible  <bruno@clisp.org>
 
        pipe-filter-gi: Correct documentation.
index f4199db6972e2d4cc0d471ed69c1cc382db98095..161ad078a094b4609f119536e46d8c2eec3c8073 100644 (file)
@@ -23,6 +23,8 @@
  #error "Please include config.h first."
 #endif
 
+#include <stdlib.h>
+
 
 #ifdef __cplusplus
 extern "C" {