projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3170c51
)
merge from gcc
author
DJ Delorie
<dj@redhat.com>
Wed, 18 Jan 2006 21:05:51 +0000
(21:05 +0000)
committer
DJ Delorie
<dj@redhat.com>
Wed, 18 Jan 2006 21:05:51 +0000
(21:05 +0000)
include/ChangeLog
patch
|
blob
|
history
include/md5.h
patch
|
blob
|
history
diff --git
a/include/ChangeLog
b/include/ChangeLog
index
66589fc
..
018d22f
100644
(file)
--- 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
e357893
..
e8eedb9
100644
(file)
--- 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