]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gold/
authorRoland McGrath <roland@gnu.org>
Wed, 7 Nov 2012 17:30:46 +0000 (17:30 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 7 Nov 2012 17:30:46 +0000 (17:30 +0000)
* nacl.cc: Include "libiberty.h" for vasprintf declaration.

gold/ChangeLog
gold/nacl.cc

index ff104578957109ae157479caa550616f4ea9c626..3ccaf58f1408faaf93c786d2d9c2621ef5d5a8e1 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-07  Roland McGrath  <mcgrathr@google.com>
+
+       * nacl.cc: Include "libiberty.h" for vasprintf declaration.
+
 2012-11-05  Alan Modra  <amodra@gmail.com>
 
        * configure.ac: Apply 2012-09-10 change to config.in here.
index 71be4e93316c3d1396d1f205cec59dc921338881..b22248c417d8395c9b05b3af48ef1ec6b5fc2d05 100644 (file)
@@ -22,6 +22,7 @@
 #include "gold.h"
 
 #include <cstdio>
+#include "libiberty.h"
 
 #include "nacl.h"
 #include "elfcpp.h"