From 5908bf46622af30231acd2fa3b4a54130f3c9095 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 14 Aug 2012 16:04:29 -0700 Subject: [PATCH] Add a missing #include. --- ChangeLog | 4 ++++ elf/dl-open.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b890bcf..2663b9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-08-14 Roland McGrath + + * elf/dl-open.c: Include . + 2012-08-14 Joseph Myers * sysdeps/unix/sysv/linux/kernel-features.h diff --git a/elf/dl-open.c b/elf/dl-open.c index 00781af..0bc447a 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -1,5 +1,5 @@ /* Load a shared object at runtime, relocate it, and run its initializer. - Copyright (C) 1996-2007, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 1996-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 @@ -33,6 +33,7 @@ #include #include #include +#include #include -- 2.7.4