changeset 7075:b52ee5340a5f

Module setenv must depend on module unistd, because unsetenv.c uses #include <unistd.h> unconditionally.
author Bruno Haible <bruno@clisp.org>
date Sat, 29 Jul 2006 15:34:58 +0000
parents 75561a6a4a30
children 0e471c8eb020
files ChangeLog modules/setenv
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
+	* modules/setenv (Depends-on): Add unistd.
+
 2006-07-29  Bruno Haible  <bruno@clisp.org>
 
 	Make it possible for gnulib-tool to work with locally modified or
--- a/modules/setenv
+++ b/modules/setenv
@@ -11,6 +11,7 @@
 Depends-on:
 allocsa
 alloca-opt
+unistd
 
 configure.ac:
 gt_FUNC_SETENV