]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add a missing #include.
authorRoland McGrath <roland@hack.frob.com>
Tue, 14 Aug 2012 23:04:29 +0000 (16:04 -0700)
committerRoland McGrath <roland@hack.frob.com>
Tue, 14 Aug 2012 23:04:29 +0000 (16:04 -0700)
ChangeLog
elf/dl-open.c

index b890bcf01336efbca1794187fe3283013d6698f3..2663b9caebf340ac869dd972053e49cdad6cffe2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-14  Roland McGrath  <roland@hack.frob.com>
+
+       * elf/dl-open.c: Include <atomic.h>.
+
 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/kernel-features.h
index 00781afcf7b8e20790e1b913bed881903cc704e3..0bc447aae04f3a1704effca4f2a64f318f12a432 100644 (file)
@@ -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 <sysdep-cancel.h>
 #include <tls.h>
 #include <stap-probe.h>
+#include <atomic.h>
 
 #include <dl-dst.h>