summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-15 17:02:22 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-15 17:02:22 -0700
commit176790a7341221ae1681ca3aa44ba1e928f789e3 (patch)
tree97355ce165e372cf7fb0684521349709d8df8aae /ChangeLog
parent309becf120640bb0fdd1a16e65996c23d0542590 (diff)
Add a missing #include to dl-sym.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f7759e10c..004eb836a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2012-08-15 Roland McGrath <roland@hack.frob.com>
+ * elf/dl-sym.c: Include <stdlib.h>.
+
* posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
constants, which avoids warnings in 32-bit builds.