]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
merge from gcc
authorDJ Delorie <dj@redhat.com>
Wed, 18 Jan 2006 21:05:51 +0000 (21:05 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 18 Jan 2006 21:05:51 +0000 (21:05 +0000)
include/ChangeLog
include/md5.h

index 66589fc949b9874091ef59ad18843ec213962cc4..018d22f6b363085f6580652c81307c71c2d31c46 100644 (file)
@@ -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
index e35789346b1a995e52d2d83e5298e506634a3570..e8eedb96d60b069a3a76ff44a02656aa2d76e1a2 100644 (file)
@@ -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