From: Roland McGrath Date: Wed, 7 Nov 2012 17:30:46 +0000 (+0000) Subject: gold/ X-Git-Tag: binutils-2_23_1~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ee65949e4f9fa100e9651365e4353f4dfc6a697;p=thirdparty%2Fbinutils-gdb.git gold/ * nacl.cc: Include "libiberty.h" for vasprintf declaration. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index ff104578957..3ccaf58f140 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2012-11-07 Roland McGrath + + * nacl.cc: Include "libiberty.h" for vasprintf declaration. + 2012-11-05 Alan Modra * configure.ac: Apply 2012-09-10 change to config.in here. diff --git a/gold/nacl.cc b/gold/nacl.cc index 71be4e93316..b22248c417d 100644 --- a/gold/nacl.cc +++ b/gold/nacl.cc @@ -22,6 +22,7 @@ #include "gold.h" #include +#include "libiberty.h" #include "nacl.h" #include "elfcpp.h"