From 318f05f156b5ebe583931d156186ed85ef4361ee Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 31 Oct 2011 02:07:25 +0100 Subject: [PATCH] ffsl, ffsll: Avoid compilation error due to 'restrict'. * lib/ffsl.h: Include . Suggested by Tom G. Christensen . --- ChangeLog | 6 ++++++ lib/ffsl.h | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 99e20ff8c..4c4b7e25b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-10-30 Bruno Haible + + ffsl, ffsll: Avoid compilation error due to 'restrict'. + * lib/ffsl.h: Include . + Suggested by Tom G. Christensen . + 2011-10-30 Jim Meyering GNUmakefile: reenable "make syntax-check" for most projects diff --git a/lib/ffsl.h b/lib/ffsl.h index 53d038012..ab994b7e2 100644 --- a/lib/ffsl.h +++ b/lib/ffsl.h @@ -19,6 +19,9 @@ /* This file is meant to be included by ffsl.c and ffsll.c, after they have defined FUNC and TYPE. */ +#include + +/* Specification. */ #include #include -- 2.11.0