diff options
Diffstat (limited to 'elfcpp')
| -rw-r--r-- | elfcpp/ChangeLog | 4 | ||||
| -rw-r--r-- | elfcpp/elfcpp_file.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index d48dcfb621e..508b2cac67f 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2009-11-24 Rafael Avila de Espindola <espindola@google.com> + + * elfcpp_file.h: Include elfcpp.h. + 2009-11-03 Ian Lance Taylor <iant@google.com> * elfcpp.h: Remove trailing commas from enum definitions. diff --git a/elfcpp/elfcpp_file.h b/elfcpp/elfcpp_file.h index cc61622692a..8dd7ad5cca1 100644 --- a/elfcpp/elfcpp_file.h +++ b/elfcpp/elfcpp_file.h @@ -60,6 +60,8 @@ #include <cstdio> #include <cstring> +#include "elfcpp.h" + namespace elfcpp { |
