summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 597e840e0dc..66169384b4d 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
+
+ * md5.c: #include "ansidecl.h".
+
2000-09-06 Alex Samuel <samuel@codesourcery.com>
* cp-demangle.c (status_allocation_failed): Rearrange whitespace.
diff --git a/libiberty/md5.c b/libiberty/md5.c
index d742c54f665..0c0507dfeb1 100644
--- a/libiberty/md5.c
+++ b/libiberty/md5.c
@@ -35,6 +35,7 @@
# endif
#endif
+#include "ansidecl.h"
#include "md5.h"
#ifdef _LIBC