From 176790a7341221ae1681ca3aa44ba1e928f789e3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 15 Aug 2012 17:02:22 -0700 Subject: [PATCH] Add a missing #include to dl-sym.c. --- ChangeLog | 2 ++ elf/dl-sym.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3f7759e..004eb83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-08-15 Roland McGrath + * elf/dl-sym.c: Include . + * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit constants, which avoids warnings in 32-bit builds. diff --git a/elf/dl-sym.c b/elf/dl-sym.c index 1e7ad22..6480f23 100644 --- a/elf/dl-sym.c +++ b/elf/dl-sym.c @@ -1,5 +1,5 @@ /* Look up a symbol in a shared object loaded by `dlopen'. - Copyright (C) 1999-2002,2004,2006,2007,2009 Free Software Foundation, Inc. + Copyright (C) 1999-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 @@ -19,6 +19,7 @@ #include #include #include +#include #include #include -- 2.7.4