gold/
authorRoland McGrath <roland@gnu.org>
Thu, 1 Nov 2012 18:16:23 +0000 (18:16 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 1 Nov 2012 18:16:23 +0000 (18:16 +0000)
* nacl.cc: Include "libiberty.h" for vasprintf declaration.

gold/ChangeLog
gold/nacl.cc

index 60e2d49..632a9a3 100644 (file)
@@ -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
index 71be4e9..b22248c 100644 (file)
@@ -22,6 +22,7 @@
 #include "gold.h"
 
 #include <cstdio>
+#include "libiberty.h"
 
 #include "nacl.h"
 #include "elfcpp.h"