diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-07-04 12:11:08 +0100 |
|---|---|---|
| committer | Mark Wielaard <mark@klomp.org> | 2018-07-05 21:06:40 +0200 |
| commit | e893aab0d12284c8909ebacfca529c0b554abb9c (patch) | |
| tree | 7c50c7de9492e68b36ef7dbfedca4404aa198c60 /libebl/ChangeLog | |
| parent | d612684109f0395b86e4aaad9ba94e02f79a099a (diff) | |
| download | platform_external_elfutils-e893aab0d12284c8909ebacfca529c0b554abb9c.tar.gz platform_external_elfutils-e893aab0d12284c8909ebacfca529c0b554abb9c.tar.bz2 platform_external_elfutils-e893aab0d12284c8909ebacfca529c0b554abb9c.zip | |
Consolidate error.h inclusion in system.h
error.h isn't standard and so isn't part of the musl C library.
To easy future porting, consolidate the inclusion of error.h into system.h.
https://sourceware.org/bugzilla/show_bug.cgi?id=21008
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'libebl/ChangeLog')
| -rw-r--r-- | libebl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog index aa82e3a1..f76afd10 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,7 @@ +2018-07-04 Ross Burton <ross.burton@intel.com> + + * eblopenbackend.c: Remove error.h include. + 2018-04-25 Mark Wielaard <mark@klomp.org> * eblopenbackend.c (default_debugscn_p): Add new DWARF5 sections |
