aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gold/ChangeLog4
-rw-r--r--gold/nacl.cc1
2 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 60e2d49..632a9a3 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-01 Roland McGrath <mcgrathr@google.com>
+
+ * nacl.cc: Include "libiberty.h" for vasprintf declaration.
+
2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
* gold.cc (Target_arm::do_adjust_elf_header): Add the
diff --git a/gold/nacl.cc b/gold/nacl.cc
index 71be4e9..b22248c 100644
--- a/gold/nacl.cc
+++ b/gold/nacl.cc
@@ -22,6 +22,7 @@
#include "gold.h"
#include <cstdio>
+#include "libiberty.h"
#include "nacl.h"
#include "elfcpp.h"