changeset 7865:ed58a606d898

Add missing dependency.
author Bruno Haible <bruno@clisp.org>
date Sun, 14 Jan 2007 20:29:04 +0000
parents dd1eb478cdbb
children 58d9bcb3d6c4
files ChangeLog modules/fchdir modules/unistd
diffstat 3 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
 	* modules/allocsa-tests: New file.
 	* tests/test-allocsa.c: New file.
 
+2007-01-14  Bruno Haible  <bruno@clisp.org>
+
+	* modules/fchdir (Depends-on): Add absolute-header.
+	* modules/unistd (Depends-on): Likewise.
+
 2006-12-30  Bruno Haible  <bruno@clisp.org>
 
 	* modules/fchdir: New file.
--- a/modules/fchdir
+++ b/modules/fchdir
@@ -7,6 +7,7 @@
 m4/fchdir.m4
 
 Depends-on:
+absolute-header
 fcntl
 unistd
 canonicalize-lgpl
--- a/modules/unistd
+++ b/modules/unistd
@@ -6,6 +6,7 @@
 lib/unistd_.h
 
 Depends-on:
+absolute-header
 
 configure.ac:
 gl_HEADER_UNISTD