summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-03-25 00:21:18 +0000
committerIan Lance Taylor <ian@airs.com>2008-03-25 00:21:18 +0000
commit53ec897f24e7a5f6a3cd9a4c36cbefa9974ce4bd (patch)
tree69802afd7059ed9860e8a7e4b11edce5773cb142 /include
parent8b5fa547222a296e2b7cb3c05f629af0f120aca5 (diff)
downloadgdb-53ec897f24e7a5f6a3cd9a4c36cbefa9974ce4bd.tar.gz
Bring patch correction over from gcc repository.
Diffstat (limited to 'include')
-rw-r--r--include/md5.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/md5.h b/include/md5.h
index c8602ee1400..b3ff4e14538 100644
--- a/include/md5.h
+++ b/include/md5.h
@@ -21,10 +21,6 @@
#ifndef _MD5_H
#define _MD5_H 1
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include <stdio.h>
#if defined HAVE_LIMITS_H || _LIBC
@@ -76,6 +72,10 @@ typedef uintptr_t md5_uintptr;
typedef unsigned long int md5_uintptr;
#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* Structure to save state of computation between the single steps. */
struct md5_ctx
{