Hi Thomas, On Thu, Jan 01, 2015, Thomas Petazzoni wrote: > The ecc.c file forgets to include <config.h>. This causes build > failures with certain C libraries, because ecc.c uses O_CLOEXEC, which > is only available when _GNU_SOURCE is defined. And _GNU_SOURCE gets > defined by <config.h>, so it should be included. > > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> > --- > src/shared/ecc.c | 4 ++++ > 1 file changed, 4 insertions(+) Applied, thanks. (after removing the Signed-off-by line which we don't use for user space patches). Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html