From: Roland McGrath Date: Tue, 14 Aug 2012 23:43:24 +0000 (-0700) Subject: Add a missing #include. X-Git-Tag: upstream/2.30~10448 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ec79f2673f862a3b3b2e83aec8fb56b78db4a87;p=external%2Fglibc.git Add a missing #include. --- diff --git a/ChangeLog b/ChangeLog index 2663b9c..9f23a23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2012-08-14 Roland McGrath * elf/dl-open.c: Include . + * elf/dl-lookup.c: Likewise. 2012-08-14 Joseph Myers diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index a2a699b..e7f7148 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -1,5 +1,5 @@ /* Look up a symbol in the loaded objects. - Copyright (C) 1995-2007, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1995-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 @@ -27,6 +27,7 @@ #include #include #include +#include #include