* dumper.cc: Add an include to accommodate new include/elf usage.

This commit is contained in:
Christopher Faylor
2006-12-11 19:17:17 +00:00
parent 23995dad75
commit 6dcb2ec441
2 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
details. */
#include <bfd.h>
#include <ansidecl.h>
#include <elf/common.h>
#include <elf/external.h>
#include <sys/procfs.h>