summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ac094f893..69cd50d9c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-19 Bruno Haible <bruno@clisp.org>
+
+ Avoid compilation error with cc on OSF/1 5.1.
+ * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
+ statement, not before.
+ Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
+
2010-01-18 Bruno Haible <bruno@clisp.org>
Avoid a link error due to the __printf__ symbol.