diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-08 13:16:54 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-08 13:16:54 -0700 |
commit | 7f3e1ad05f1af9954e3daf605a79e624da715f5e (patch) | |
tree | 576c4a17fbfb633d0f9c9180acb9650a66357886 /ports/sysdeps/arm/dl-irel.h | |
parent | 9b5281b65e2ce654610c0809aa829b4b18213b27 (diff) | |
download | glibc-7f3e1ad05f1af9954e3daf605a79e624da715f5e.tar.gz glibc-7f3e1ad05f1af9954e3daf605a79e624da715f5e.tar.xz glibc-7f3e1ad05f1af9954e3daf605a79e624da715f5e.zip |
Add missing #include for sysdeps/arm/dl-irel.h.
Diffstat (limited to 'ports/sysdeps/arm/dl-irel.h')
-rw-r--r-- | ports/sysdeps/arm/dl-irel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/sysdeps/arm/dl-irel.h b/ports/sysdeps/arm/dl-irel.h index 5b1964e90e..292bc1afba 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 <stdio.h> #include <unistd.h> +#include <ldsodefs.h> #define ELF_MACHINE_IREL 1 |