about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-14 16:43:24 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-14 16:44:27 -0700
commit1ec79f2673f862a3b3b2e83aec8fb56b78db4a87 (patch)
tree901a86e852eb8f671fe9cc9d9ab4b679e663c798 /ChangeLog
parent5908bf46622af30231acd2fa3b4a54130f3c9095 (diff)
downloadglibc-1ec79f2673f862a3b3b2e83aec8fb56b78db4a87.tar.gz
glibc-1ec79f2673f862a3b3b2e83aec8fb56b78db4a87.tar.xz
glibc-1ec79f2673f862a3b3b2e83aec8fb56b78db4a87.zip
Add a missing #include.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2663b9caeb..9f23a23175 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2012-08-14  Roland McGrath  <roland@hack.frob.com>
 
 	* elf/dl-open.c: Include <atomic.h>.
+	* elf/dl-lookup.c: Likewise.
 
 2012-08-14  Joseph Myers  <joseph@codesourcery.com>