* nacl.cc: Include "libiberty.h" for vasprintf declaration.
This commit is contained in:
Roland McGrath 2012-11-01 18:16:23 +00:00
parent c207c6da70
commit 2cadc0bfec
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -22,6 +22,7 @@
#include "gold.h"
#include <cstdio>
#include "libiberty.h"
#include "nacl.h"
#include "elfcpp.h"