From: Bruno Haible Date: Mon, 31 Oct 2011 01:07:25 +0000 (+0100) Subject: ffsl, ffsll: Avoid compilation error due to 'restrict'. X-Git-Tag: v0.1~1519 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=318f05f156b5ebe583931d156186ed85ef4361ee;p=gnulib.git ffsl, ffsll: Avoid compilation error due to 'restrict'. * lib/ffsl.h: Include . Suggested by Tom G. Christensen . --- diff --git a/ChangeLog b/ChangeLog index 99e20ff8c8..4c4b7e25b8 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 53d038012f..ab994b7e2d 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