From: Roland McGrath Date: Wed, 8 Aug 2012 20:16:54 +0000 (-0700) Subject: Add missing #include for sysdeps/arm/dl-irel.h. X-Git-Tag: glibc-2.17~732 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f3e1ad05f1af9954e3daf605a79e624da715f5e;p=thirdparty%2Fglibc.git Add missing #include for sysdeps/arm/dl-irel.h. --- diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index 2f1aa6174cf..e868f9efe8a 100644 --- a/ports/ChangeLog.arm +++ b/ports/ChangeLog.arm @@ -1,5 +1,7 @@ 2012-08-08 Roland McGrath + * sysdeps/arm/dl-irel.h: Include . + * sysdeps/arm/dl-machine.h (elf_machine_load_address): Use proper type for __dl_start declaration. diff --git a/ports/sysdeps/arm/dl-irel.h b/ports/sysdeps/arm/dl-irel.h index 5b1964e90ec..292bc1afba2 100644 --- a/ports/sysdeps/arm/dl-irel.h +++ b/ports/sysdeps/arm/dl-irel.h @@ -1,6 +1,6 @@ /* Machine-dependent ELF indirect relocation inline functions. ARM version. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,6 +22,7 @@ #include #include +#include #define ELF_MACHINE_IREL 1