Re: [PATCH 1/6] lib: Add missing config.h include to next_prime.c

2024-10-15 Thread Michael Pratt
Hi Mark, On Monday, October 14th, 2024 at 16:38, Mark Wielaard wrote: > > > There isn't much code in this file. What kind of build issue are you > seeing without this? Does config.h contain some construct that affects > the build of this file? Like I mentioned in the cover letter, we inco

Re: [PATCH 1/6] lib: Add missing config.h include to next_prime.c

2024-10-14 Thread Mark Wielaard
Hi Michael, On Thu, Oct 10, 2024 at 10:26:54AM +, Michael Pratt wrote: > This is the last remaining C source file as of this commit > without the standard conditional inclusion of config.h > as the very first header. > > * lib/next_prime.c: add missing config.h header. Looks good and i

[PATCH 1/6] lib: Add missing config.h include to next_prime.c

2024-10-10 Thread Michael Pratt
This is the last remaining C source file as of this commit without the standard conditional inclusion of config.h as the very first header. * lib/next_prime.c: add missing config.h header. Signed-off-by: Michael Pratt --- lib/next_prime.c | 4 1 file changed, 4 insertions(+) diff --