summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2006-01-18 21:05:51 +0000
committerDJ Delorie <dj@delorie.com>2006-01-18 21:05:51 +0000
commit93a724a0eeac23ab4646ad079b6a0d5967563b86 (patch)
tree23adcbe4359e3227eaccc39babad9de4246a158c /include
parent19359f91de33b6353c22db2d1c092c673bf68c72 (diff)
downloadgdb-93a724a0eeac23ab4646ad079b6a0d5967563b86.tar.gz
merge from gcc
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/md5.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 66589fc949b..018d22f6b36 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-18 DJ Delorie <dj@redhat.com>
+
+ * md5.h: Include ansidecl.h
+
2006-01-17 Andreas Schwab <schwab@suse.de>
PR binutils/1486
diff --git a/include/md5.h b/include/md5.h
index e35789346b1..e8eedb96d60 100644
--- a/include/md5.h
+++ b/include/md5.h
@@ -27,6 +27,8 @@
# include <limits.h>
#endif
+#include "ansidecl.h"
+
/* The following contortions are an attempt to use the C preprocessor
to determine an unsigned integral type that is 32 bits wide. An
alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but