From 1ec79f2673f862a3b3b2e83aec8fb56b78db4a87 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 14 Aug 2012 16:43:24 -0700 Subject: Add a missing #include. --- elf/dl-lookup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'elf/dl-lookup.c') diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index a2a699b48f..e7f7148381 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 -- cgit v1.2.3