summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2011-01-12 10:08:53 +0100
committerJim Meyering <meyering@redhat.com>2011-01-12 10:08:53 +0100
commit95cd98f083211dc75f071a9a2929111c007340e7 (patch)
tree16310b57bce106d082abcb11644974303d09e441 /ChangeLog
parent104aca8300d01a80889f70f41a4dce7e044f9476 (diff)
downloadgnulib-95cd98f083211dc75f071a9a2929111c007340e7.tar.gz
save-cwd: no longer include "xgetcwd.h"
* lib/save-cwd.c: Don't include "xgetcwd.h"; it's no longer used. This avoids a compilation failure in projects that use save-cwd without also using the xgetcwd module.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a2d05821c..8cffb3a434 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-12 Rob Vermaas <rob.vermaas@gmail.com>
+
+ save-cwd: no longer include "xgetcwd.h"
+ * lib/save-cwd.c: Don't include "xgetcwd.h"; it's no longer used.
+ This avoids a compilation failure in projects that use save-cwd
+ without also using the xgetcwd module.
+
2011-01-11 Paul Eggert <eggert@cs.ucla.edu>
ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr