summaryrefslogtreecommitdiff
path: root/ld/sha1.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-08-10 12:25:30 +0000
committerH.J. Lu <hjl@lucon.org>2007-08-10 12:25:30 +0000
commit0dfeed2a4ed13f9a902ea26c337a5e3299b40ea8 (patch)
treeecc9300648726ac4b2acf12176db015ff5c2f117 /ld/sha1.h
parent7aecd2778afc1c4c80c7c0a2a8e7925348feab15 (diff)
downloadbinutils-redhat-0dfeed2a4ed13f9a902ea26c337a5e3299b40ea8.tar.gz
2007-08-10 H.J. Lu <hongjiu.lu@intel.com>
PR ld/4875 * elf-hints-local.h: Include bfd_stdint.h. Use uint32_t instead of u_int32_t. * sha1.h: Include bfd_stdint.h instead of <stdint.h>.
Diffstat (limited to 'ld/sha1.h')
-rw-r--r--ld/sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/sha1.h b/ld/sha1.h
index 43b6dde9a9..f271de912a 100644
--- a/ld/sha1.h
+++ b/ld/sha1.h
@@ -22,7 +22,7 @@
#define SHA1_H 1
#include <stdio.h>
-#include <stdint.h>
+#include "bfd_stdint.h"
/* Structure to save state of computation between the single steps. */
struct sha1_ctx