summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-07 18:38:43 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-07 18:38:43 +0000
commit7cc2d24b453cad3f275acdf079c6fc3ae9d7aec7 (patch)
treec3793f88b91fd0ca85d2d473fb02ba1dce648dda /libiberty
parent7184e8a2156748241a2b34cc89e08b3857ec61ab (diff)
downloadgcc-7cc2d24b453cad3f275acdf079c6fc3ae9d7aec7.tar.gz
* md5.c: #include "ansidecl.h".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36244 138bc75d-0d04-0410-961f-82ee72b054a4
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 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