[PATCH] Don't include config.h for native helpers

2018-05-22 Thread Baruch Siach
ress] Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 139355e5b7e9..55780f4689da 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,12 +2,11 @@ AM_YFLAGS = -

Re: [PATCH] Don't include config.h for native helpers

2018-05-23 Thread Baruch Siach
Hi Rink, On Wed, May 23, 2018 at 08:20:03AM +0200, Rink Springer wrote: > On Tue, May 22, 2018 at 06:57:07PM +0300, Baruch Siach wrote: > > From: Peter Korsgaard <pe...@korsgaard.com> > > > > config.h contains settings for the cross compiler (most importantly > &g

[PATCH] histedit: fix build with musl libc

2018-03-01 Thread Baruch Siach
-by: Baruch Siach <bar...@tkos.co.il> --- src/histedit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/histedit.c b/src/histedit.c index 94465d785cc9..f5c90aba873b 100644 --- a/src/histedit.c +++ b/src/histedit.c @@ -39,6 +39,7 @@ #include #include #include +#include /* * Ed