aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-09-26 01:39:17 +0000
committerDJ Delorie <dj@redhat.com>2000-09-26 01:39:17 +0000
commit87263c36d1a82dd873a07d90b1f00cd7b93fd6d6 (patch)
tree0f0a6233a09c232e43c79ddf6c6a5dcf0be85d94 /libiberty
parent97f60b3142a506b3cc23e8e949202e6aee28f89a (diff)
downloadgdb-87263c36d1a82dd873a07d90b1f00cd7b93fd6d6.zip
gdb-87263c36d1a82dd873a07d90b1f00cd7b93fd6d6.tar.gz
gdb-87263c36d1a82dd873a07d90b1f00cd7b93fd6d6.tar.bz2
* md5.c: #include "ansidecl.h".
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