]> Savannah Git Hosting - gnulib.git/commitdiff
ffsl, ffsll: Avoid compilation error due to 'restrict'.
authorBruno Haible <bruno@clisp.org>
Mon, 31 Oct 2011 01:07:25 +0000 (02:07 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 31 Oct 2011 01:07:25 +0000 (02:07 +0100)
* lib/ffsl.h: Include <config.h>.
Suggested by Tom G. Christensen <tgc@jupiterrise.com>.

ChangeLog
lib/ffsl.h

index 99e20ff8c8123d82db3a864f6c570f5e5cad8aba..4c4b7e25b891712a89c232f4d71831163584df9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-30  Bruno Haible  <bruno@clisp.org>
+
+       ffsl, ffsll: Avoid compilation error due to 'restrict'.
+       * lib/ffsl.h: Include <config.h>.
+       Suggested by Tom G. Christensen <tgc@jupiterrise.com>.
+
 2011-10-30  Jim Meyering  <meyering@redhat.com>
 
        GNUmakefile: reenable "make syntax-check" for most projects
index 53d038012f2a5803c386eb92e0f3b4409eb03aef..ab994b7e2da7c197a8f13ef0a8e149b409344583 100644 (file)
@@ -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 <config.h>
+
+/* Specification.  */
 #include <string.h>
 
 #include <limits.h>