diff options
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/md5.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 597e840..6616938 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 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 |