aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/md5.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 54c30bf..f4745f0 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-25 Michael Sokolov <msokolov@ivan.Harhan.ORG>
+
+ * md5.c: #include "ansidecl.h".
+
2000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* splay-tree.c: #include <stdio.h>.
diff --git a/libiberty/md5.c b/libiberty/md5.c
index d742c54..0c0507d 100644
--- a/libiberty/md5.c
+++ b/libiberty/md5.c
@@ -35,6 +35,7 @@
# endif
#endif
+#include "ansidecl.h"
#include "md5.h"
#ifdef _LIBC