From 78e97e7f131525e96245f68ed9f2d7d1a46defc5 Mon Sep 17 00:00:00 2001
From: DJ Delorie <dj@redhat.com>
Date: Wed, 18 Jan 2006 15:21:59 -0500
Subject: [PATCH] * md5.h: Include ansidecl.h

From-SVN: r109910
---
 include/ChangeLog | 4 ++++
 include/md5.h     | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/include/ChangeLog b/include/ChangeLog
index dc9e265b4ef2..a772a6b5e0a3 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-09  Bob Wilson  <bob.wilson@acm.org>
 
 	* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
diff --git a/include/md5.h b/include/md5.h
index e35789346b1a..e8eedb96d60b 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
-- 
GitLab