Re: [PATCH 2/2] Consolidate error.h inclusion in system.h

2018-07-05 Thread Mark Wielaard
On Wed, Jul 04, 2018 at 12:11:08PM +0100, Ross Burton wrote: > 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 Thanks, added ChangeLog entrie

[PATCH 2/2] Consolidate error.h inclusion in system.h

2018-07-04 Thread Ross Burton
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 --- lib/color.c| 2 +- lib/system.h